Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello,
How we use save a copy for assemblies in interactive proe session
1)file-save a copy give some path to be saved& new name for assembly
2)Assembly save a copy dialog comes up i would choose new name for each of the component & some value Use Suffix filed.
Now I want to this whole activity through API's.
So pls let me know wht are all API's I will have to use?
Also is there any config setting I need to take care.
Rahul
use ProMdlCurrentGet() to get handle of current model (part or assembly)
use ProMdlBackup() to backup the model to another folder, specify the target folder using ProMdldata