Search found 11 matches

by JPARKER
Fri Feb 24, 2023 3:47 pm
Forum: SW General
Topic: Shrinking part to account for coating
Replies: 25
Views: 1612

Re: Shrinking part to account for coating

I can see where the scale feature would make sense, but it is not manufacturing smart. So it just sees the whole body not the features when scaling. My suggestion would be to utilize equations with a global variable for the thickness of the coating. Then you can add this to each dimension for a spec...
by JPARKER
Wed Feb 15, 2023 12:13 pm
Forum: Macro Library
Topic: Macro to save bodies into individual SOLIDWORKS part documents using a custom property as file name
Replies: 1
Views: 1150

Re: Macro to save bodies into individual SOLIDWORKS part documents using a custom property as file name

Before starting on this one (may have existing macro that already does this), what version are you running?
by JPARKER
Wed Nov 10, 2021 3:24 pm
Forum: SW General
Topic: Design Table Configuration for Child configs
Replies: 5
Views: 531

Re: Design Table Configuration for Child configs

Just to be clear, are you asking how to create child configurations from a design table?

Also, in regards to the error, what happens when you use the pull-down to select a value rather than inputting a value?
by JPARKER
Fri Oct 29, 2021 5:45 pm
Forum: Macro Library
Topic: API Set Component Display States From Folder Selection?
Replies: 1
Views: 773

Re: API Set Component Display States From Folder Selection?

That is because the folder is considered a component not a special container. So something like this will work. boolstatus = Part.Extension.SelectByID2(" FOLDERNAME ", "FTRFOLDER", 0, 0, 0, False, 0, Nothing, 0) Part.HideComponent2 boolstatus = Part.Extension.SelectByID2(" F...
by JPARKER
Thu Oct 07, 2021 7:37 pm
Forum: Macro Library
Topic: Body names from a PRT
Replies: 7
Views: 2239

Re: Body names from a PRT

I have something that is very close that would not require too much modification. Just need to know what version of SOLIDWORKS are you running?
by JPARKER
Fri Aug 06, 2021 2:21 pm
Forum: SW General
Topic: Uneditable Custom Properties
Replies: 7
Views: 6274

Re: Uneditable Custom Properties

If you right-click on the features in the tree and select "Dissolve Feature" it will break the link to the original CAD file.
by JPARKER
Wed May 12, 2021 1:48 pm
Forum: SW General
Topic: SolidWorks 2021v SP2 to SP3 not work
Replies: 23
Views: 1749

Re: SolidWorks 2021v SP2 to SP3 not work

I have seen this a number of times. It is a failure of the installation manager to access the toolbox/hole wizard database or folder, or a previous installation causes the issue. Typically you need to repair the installation to resolve this, but on rare occasions it requires a full uninstall and rei...
by JPARKER
Wed May 05, 2021 11:33 am
Forum: How To Questions
Topic: Issues w/ Simple Coincident Mate?
Replies: 5
Views: 530

Re: Issues w/ Simple Coincident Mate?

Along with the missing parts (unless they are internal to the assembly), please make sure to note the version and service pack you are running.
by JPARKER
Mon Apr 26, 2021 3:05 pm
Forum: SW General
Topic: anti virus
Replies: 17
Views: 1532

Re: anti virus

I agree with Sophos as a great AV that works with SOLIDWORKS. But it is not a home or small company software. These days most AV is very similar, the biggest thing with SOLIDWORKS is to ensure that you can add exceptions via file type extension (*.sldprt, etc.) and/or folders. This way it can ensure...
by JPARKER
Mon Apr 12, 2021 1:45 pm
Forum: SW General
Topic: Convert Spline to Arcs Macro
Replies: 8
Views: 2067

Re: Convert Spline to Arcs Macro

Here is the one I have.