Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CADSharp

    RUN MACRO ON EACH PART WITHIN ASSEMBLY

    Hi PAT44, When you open an assembly it automatically opens all of the files in that assembly. If you want to run code on every part in the assembly then you would do something like this: Dim swApp As SldWorks.SldWorks Dim swModel As SldWorks.ModelDoc2 Dim swAssy As SldWorks.AssemblyDoc Dim...

Part and Inventory Search

Back
Top