Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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;
