Search found 11 matches
- Fri Feb 24, 2023 3:47 pm
- Forum: SW General
- Topic: Shrinking part to account for coating
- Replies: 25
- Views: 3397
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...
- Fri Feb 24, 2023 12:16 pm
- Forum: Macro Library
- Topic: Macro saving bodies into individual parts not closing "part" window if the file type is changed
- Replies: 3
- Views: 1307
Re: Macro saving bodies into individual parts not closing "part" window if the file type is changed
Can you post the macro you are currently using?
- 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: 3
- Views: 2106
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?
- Wed Nov 10, 2021 3:24 pm
- Forum: SW General
- Topic: Design Table Configuration for Child configs
- Replies: 5
- Views: 931
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?
Also, in regards to the error, what happens when you use the pull-down to select a value rather than inputting a value?
- Fri Oct 29, 2021 5:45 pm
- Forum: Macro Library
- Topic: API Set Component Display States From Folder Selection?
- Replies: 1
- Views: 1165
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...
- Thu Oct 07, 2021 7:37 pm
- Forum: Macro Library
- Topic: Body names from a PRT
- Replies: 7
- Views: 3324
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?
- Fri Aug 06, 2021 2:21 pm
- Forum: SW General
- Topic: Uneditable Custom Properties
- Replies: 12
- Views: 10367
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.
- Wed May 12, 2021 1:48 pm
- Forum: SW General
- Topic: SolidWorks 2021v SP2 to SP3 not work
- Replies: 23
- Views: 3338
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...
- Wed May 05, 2021 11:33 am
- Forum: How To Questions
- Topic: Issues w/ Simple Coincident Mate?
- Replies: 5
- Views: 750
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.
- Mon Apr 26, 2021 3:05 pm
- Forum: SW General
- Topic: anti virus
- Replies: 17
- Views: 2754
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...
- Mon Apr 12, 2021 1:45 pm
- Forum: SW General
- Topic: Convert Spline to Arcs Macro
- Replies: 8
- Views: 2766
Re: Convert Spline to Arcs Macro
Here is the one I have.