I have a macro that will current cycle through a single cut list component when selected using:
Set swApp = Application.SldWorks
Set swModel = swApp.ActiveDoc
Set swSelMgr = swModel.SelectionManager
Set swFeat = swSelMgr.GetSelectedObject6(1, -1)
What I would like to do is have the macro run through all the cutlist components and update if possible, is there a way to have the macro loop through all components that are in the cutlist?
Thanks.
SolidworksApi macros