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
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.
Solved! Go to Solution.
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;
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;
