Skip to main content
1-Visitor
July 8, 2015
Solved

CREO TK/OTK change Units

  • July 8, 2015
  • 1 reply
  • 1390 views

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.
Best answer by amedina-2

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;

1 reply

amedina-21-VisitorAuthorAnswer
1-Visitor
July 9, 2015

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;