Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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;