Oct 16, 2002 #1 D davids163 Guest I need to track the weight of components and assemblies and report the value as a parameter on drawings. Can anyone help?
I need to track the weight of components and assemblies and report the value as a parameter on drawings. Can anyone help?
Oct 16, 2002 Thread starter #2 D Den E Guest Found this one at: http://www.geocities.com/edwinmuirhead/pro-how/ How do I enable a part to calculate its own weight? Create a parameter called weight (real no.) Add a relation: weight=mp_mass() Ensure the density (Setup | Density) is correct for the model and units After regeneration the model will calculate and store weight This parameter can be shown on drawings using &weight
Found this one at: http://www.geocities.com/edwinmuirhead/pro-how/ How do I enable a part to calculate its own weight? Create a parameter called weight (real no.) Add a relation: weight=mp_mass() Ensure the density (Setup | Density) is correct for the model and units After regeneration the model will calculate and store weight This parameter can be shown on drawings using &weight
Oct 16, 2002 Thread starter #3 D dougr Guest Note that you can control the number of dp on drawing separately from the model(s), just type: &weight[.2] Will display to 2 dp....
Note that you can control the number of dp on drawing separately from the model(s), just type: &weight[.2] Will display to 2 dp....
Oct 16, 2002 Thread starter #4 E eServ Guest Thanks for the tip Doug!! I didn't know you could do that.
Oct 17, 2002 Thread starter #5 D dougr Guest You should also note means current model which for a part is the part and for an assembly is the top level. A path can be entered here in an assembly to any specific component and this is what will be computed.
You should also note means current model which for a part is the part and for an assembly is the top level. A path can be entered here in an assembly to any specific component and this is what will be computed.