| Author |
Message |
solid3ddesigns
Guest
|
Posted:
Wed Sep 29, 2004 6:43 am Post subject:
Update Mass Property in browser tree |
|
|
If you add the mass properties to the browser tree, (setting/tree
columns/Pro_MP_mass), how do you get the mass to update after a model
change ?
I've tried regen and also toggled the config optin
"mass_property_calculate" to "calculate" and ""by request", but this
option must be for something else.
Any help would be greatly appreceited.
HB
|
|
| Back to top |
|
 |
Steve
Guest
|
Posted:
Thu Sep 30, 2004 12:12 am Post subject:
Re: Update Mass Property in browser tree |
|
|
From PTC KB:
Use the MASSPROP statement to update mass properties each time
geometry changes. After you have specified parts or assemblies for
which mass properties are to be updated, you can request the current
value of a required parameter through the relations mechanism.
To update mass properties, use the following format:
MASSPROP
PART NAME
ASSEMBLY NAME
END MASSPROP
Note: When specifying the model for which mass properties are to be
calculated, enter the model name without an extension.
The MASSPROP statement can contain the IF... ELSE clause. If you add a
condition to the MASSPROP statement, the mass properties of an object
will be calculated only if that condition is met. |
|
| Back to top |
|
 |
David Janes
Guest
|
Posted:
Thu Sep 30, 2004 3:48 am Post subject:
Re: Update Mass Property in browser tree |
|
|
By the way, this applies to the model program accessible through 'Tools>Program'.
David Janes
"Steve" <info@3dlogix.com> wrote in message
news:26f45c83.0409291212.422c0cb@posting.google.com...
: From PTC KB:
:
: Use the MASSPROP statement to update mass properties each time
: geometry changes. After you have specified parts or assemblies for
: which mass properties are to be updated, you can request the current
: value of a required parameter through the relations mechanism.
:
: To update mass properties, use the following format:
:
: MASSPROP
: PART NAME
: ASSEMBLY NAME
: END MASSPROP
:
: Note: When specifying the model for which mass properties are to be
: calculated, enter the model name without an extension.
:
: The MASSPROP statement can contain the IF... ELSE clause. If you add a
: condition to the MASSPROP statement, the mass properties of an object
: will be calculated only if that condition is met.
|
|
| Back to top |
|
 |
|
|
|
|