19.8 Inertia object

The Inertia object is the abstract base type for HeatCapacitance, NonstructuralMass, and PointMassInertia.
Access
import part
mdb.models[name].parts[name].engineeringFeatures.inertias[name]
import assembly
mdb.models[name].rootAssembly.engineeringFeatures.inertias[name]
19.8.1 resume()

This method resumes the inertia that was previously suppressed.
None.
NoneNone.
19.8.2 suppress()

This method suppresses the inertia.
None.
NoneNone.
19.8.3 Members

The Inertia object has the following members:
nameA String specifying the repository key.
suppressedA Boolean specifying whether the inertia is suppressed or not. The default value is OFF.