Ok, this should be simple, but I am having some difficulty.
I am trying to dictate to my designers the minimum amout of material below the head of a bolt based on the torque applied to the bolt.
T = (0.2)(Dia)(Force) <- Gives the Force due to the Torque
Then I model the plate as a simply...
I am trying to save SW slddrw files as DWG and DXF files for use by our vendors. The problem is, it is nearly impossible to tell weather the export will be at the correct scale.
I am looking for a way to ensure that the output drawing is alway 1:1 to the model, not the drawing. Any help would...
I am trying to open a drawing Docuemnt, but cannot get it to work.
Here is the code:
Dim RetVal as Variant
RetVal = SolidWorks.Application.OpenDoc6(
"Drawing.slddrw", 3, 5, "", 0, 0)
Can anyone see the problem? And yes, I have tried declaring RetVal as an object, as a...
I am trying to automate the process of converting thousands of MDT files to Solidworks. We have already broken down our product lines into part types and have begun the process of creating part files and configurations. What I need now is an automated way to output drawing files. I have a...
I am trying to use a design table to build nested configurations. This seems to be impossible. As a second option, is there a way that I can programatically move a configuration in the configuration tree?
Any help would be appreciated.
I need to Add and Modify custom properties in Solidworks. I am new to Solidworks, but experienced with VB and VBA. Can anyone point me in the correct direction?