This method creates a PointMassInertia object.
Path
mdb.models[name].parts[name].engineeringFeatures.PointMassInertia
mdb.models[name].rootAssembly.engineeringFeatures.PointMassInertia
Required arguments
- name
-
A String specifying the repository key.
- region
-
A Region object specifying the region to which the mass or rotary inertia is applied.
Optional arguments
- mass
-
A Float specifying the mass magnitude for isotropic mass. This parameter cannot be specified when anisotropic mass terms are specified. The default value is 0.0.
- mass1
-
A Float specifying the mass in the 1-direction for anisotropic mass. This parameter cannot be specified when isotropic mass is also specified. The default value is 0.0.
- mass2
-
A Float specifying the mass in the 2-direction for anisotropic mass. This parameter cannot be specified when isotropic mass is also specified. The default value is 0.0.
- mass3
-
A Float specifying the mass in the 3-direction for anisotropic mass. This parameter cannot be specified when isotropic mass is also specified. The default value is 0.0.
- i11
-
A Float specifying the rotary inertia about the local 1-axis, . The default value is 0.0.
- i22
-
A Float specifying the rotary inertia about the local 2-axis, . The default value is 0.0.
- i33
-
A Float specifying the rotary inertia about the local 3-axis, . The default value is 0.0.
- i12
-
A Float specifying the product of inertia, . The default value is 0.0.
- i13
-
A Float specifying the product of inertia, . The default value is 0.0.
- i23
-
A Float specifying the product of inertia, . The default value is 0.0.
- localCsys
-
None or a DatumCsys object specifying the local coordinate system for the anisotropic mass terms (when specified), and the rotary inertia (when specified). If localCsys=None, the anisotropic mass and rotary inertia data are defined in the global coordinate system. The default value is None.
- alpha
-
A Float specifying the alpha damping magnitude. The default value is 0.0.
This argument applies only to Abaqus/Standard analyses.
- composite
-
A Float specifying the composite damping magnitude. The default value is 0.0.
This argument applies only to Abaqus/Standard analyses.
Return value
A PointMassInertia object.