We do most of our design via VBA /Excell/Soliworks programs. We use common drawing files so that means a drawing file has to handle hole sizes that change. Holes can change from various tap sizes to various drilled hole sizes in the same location.
I have been doing this by suppressing unused...
We do most of our design via VBA /Excell/Soliworks programs. We use common drawing files so that means a drawing file has to handle hole sizes that change. Holes can change from various tap sizes to various drilled hole sizes in the same location.
I have been doing this by suppressing unused...
vaL = CwResult.GetReactionForcesAndMoments(1, Nothing, swsForceUnitlbOrlbin, ErrorCode)
I am posting this 3 places in hopes somebody knows.This command, as far as I have been able to determine, doesn't work. The help says it returns an array of forces and moments. As near as I can determine...
vaL = CwResult.GetReactionForcesAndMoments(1, Nothing, swsForceUnitlbOrlbin, ErrorCode)
I am posting this 3 places in hopes somebody knows.
This command, as far as I have been able to determine, doesn't work. The help says it returns an array of forces and moments. As near as I can...
My macro involves files with design tables that read information off an excel file. Frequently, the design table ignors the excel file and runs with whatever was in it while displaying no errors.
This happens both during the macro and if the design table is edited on its own. The only way I...
I have a macro that basically takes an assembly with lots of subassys and parts and up dates it with what we need via inputs from excell. The macro basically updates all assemblys and parts by configuration in some cases and design tables in others, then renames everything and throws it into a...
Sorry if this has already been dealt with on this forum, the search function doesn't seem very helpful.
I currently do this within the macro debugger but would like to do it by just running a macro (fine for me, but not for others).
With the assembly open, I want the macro to stop (stop...
Is there a way to temporarilly turn off all rebuild notifications and such? There was a way to do this in autocad, but all commands I have found (such as SwConst.swFeatureManagerDisplayNoWarnings) in the Solidworks stuff don't appear to do anything - don't stop the rebuild notifications and...
This is probably stupid - it should be so easy.
Any idea how to have a macro delete all suppressed files in an assembly or features in a part/assembly?
Thanks
John
Just started playing with the weldment features. Much to my surprise, the end cap feature does not appear in the cut list other than a blank line. I am told by our support guys that this is a "feature" of both SW 2006 & 2007.
Has anyone figured out a work around other than manually typing...