Method that returns the moments of inertia about the principal axes. Unit for returned values is kg*cm^2.
"areaProperties_var" is a variable referencing an AreaProperties object.
|
|
Type | Description |
boolean | Returns true if successful |
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. |
Name | Description |
API Sample for AreaProperties | Demonstrates how to use AreaProperties |