Hi, I'm fairly new to solidworks API vba programming.
I'm looking for a solution to traverse all the parts in a assembly and save them as an ACIS (.sat) file with the same name in the same folder with the configuration used in the assembly.
Manually I like to do this using the Edit part function, I just edit part and do a save as. It loads fast and automatically saves the part with the configuration used in my assembly.
Help with this will be greatly appreciated.
I'm not looking for someone to program this for me, but maybe give me some guidelines.
I would rather not have to open all the parts, as that is time consuming, when compared to the edit/save-as with the main assembly opened.
Thanks in advance!
SolidworksApi macros