Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
HI All, we recently moved to Creo 2 M030 and we are seeing issues where the Pro_MP_mass is not updating
If we do a mass properties analysis on the model a value is shown, when we look at the Mass properties parameter it is 0
We use this parameter on drawing formats and now are showing 0 kg as the parameter is 0
Have tried with different materials etc to eliminate the material file
I am sure this used to work correctly - Anyone seen this
I'm not sure if this will solve your problem, or not, but you have to run the Mass Properties that is under File>>Prepare>>Model Properites.
Here is the mapkey I use to update the Mass Properties. When this is done, my drawing values do update.
mapkey rmp @MAPKEY_NAMEWill Update Drawing Values;\
mapkey(continued) @MAPKEY_LABELRun Mass Properties;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdMmModelProperties` ;\
mapkey(continued) ~ Activate `mdlprops_dlg` `MASS_PROPS_lay_Controls.push_Change.lay_instance`;\
mapkey(continued) ~ Activate `mass_prop_dlg` `CalculateMPPush`;\
mapkey(continued) ~ Activate `mass_prop_dlg` `OkPush`;\
mapkey(continued) ~ Activate `mdlprops_dlg` `DlgClose_push`;
Thanks...Brian
In Reply to Chris Collinson:
HI All, we recently moved to Creo 2 M030 and we are seeing issues where the Pro_MP_mass is not updating
If we do a mass properties analysis on the model a value is shown, when we look at the Mass properties parameter it is 0
We use this parameter on drawing formats and now are showing 0 kg as the parameter is 0
Have tried with different materials etc to eliminate the material file
I am sure this used to work correctly - Anyone seen this
I presume that you have the option "mass_property_calculate" set to automatic?
In Reply to Chris Collinson:
HI All, we recently moved to Creo 2 M030 and we are seeing issues where the Pro_MP_mass is not updating
If we do a mass properties analysis on the model a value is shown, when we look at the Mass properties parameter it is 0
We use this parameter on drawing formats and now are showing 0 kg as the parameter is 0
Have tried with different materials etc to eliminate the material file
I am sure this used to work correctly - Anyone seen this