Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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;