Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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;