Method that returns the moments of inertia about the centroid. 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 |
| ixx | double | Output Double that returns the XX partial moment. |
| iyy | double | Output Double that returns the YY partial moment. |
| izz | double | Output Double that returns the ZZ partial moment. |
| ixy | double | Output Double that returns the XY partial moment. |
| iyz | double | Output Double that returns the YZ partial moment. |
| ixz | double | Output Double that returns the XZ partial moment. |
| Name | Description |
| API Sample for AreaProperties | Demonstrates how to use AreaProperties |