@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.
structural - The total structural mass of the model.
nonstructural - The total non-structural mass of the model.
lumped - The total lumped mass of the model.
rigid - The total rigid mass of the model.
transferred - The total transferred mass of the model.
engineering - The total engineering mass of the model.
distributed - The total distributed mass of the model.

Examples

To query the total mass:

@gettotalmass()

To query the rigid mass:

@gettotalmass("rigid")

Version History

2019