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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

CREO TK/OTK change Units

amedina-2
1-Newbie

CREO TK/OTK change Units

So, the question it pretty simple : How to change units for model ? or better set up units data for "force" and "moment" vectors in Creo Simulate. Providing API functions or small example will be helpful, thanks.


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.
1 ACCEPTED SOLUTION

Accepted Solutions

Solved.

ProUnitInit() to init units by name.

ProMdlUnitsystemCreate() if need to create new own unit system;
ProMdlUnitsystemsCollect() to get one of the existing unit systems;

ProMdlPrincipalunitsystemSet() to set up system as procipal;

View solution in original post

1 REPLY 1

Solved.

ProUnitInit() to init units by name.

ProMdlUnitsystemCreate() if need to create new own unit system;
ProMdlUnitsystemsCollect() to get one of the existing unit systems;

ProMdlPrincipalunitsystemSet() to set up system as procipal;

Top Tags