Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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
