@gettotalmass()
Returns different total mass values of the model.
Syntax
@gettotalmass (?type?)
Type
HyperMesh Template Function
Description
Returns different total mass values of the model.
Inputs
- type
- The type of mass to query. If not specified, the total mass is returned.
Examples
To query the total mass:
@gettotalmass()
To query the rigid mass:
@gettotalmass("rigid")
Version History
2019