Method that gets the moments of inertia about the principal axis.
Name | Type | Description |
I1 | Double | Output Double that specifies the first moment of inertia. |
I2 | Double | Output Double that specifies the second moment of inertia |
I3 | Double | Output Double that specifies the third moment of inertia |
OverriddenMass | Variant | Optional input Double that specifies the overridden mass in kilograms to calculate the moment of inertia. If this is not specified the calculated mass of the body will be used. This is an optional argument whose default value is null. |