cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

save a copy through protoolkit

ptc-3191571
1-Newbie

save a copy through protoolkit

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


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

I want to do this in WF 3.0 (M050).

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

Top Tags