Method that returns the radius of gyration about the principal axes. Unit for returned values is cm.
"areaProperties_var" is a variable referencing an AreaProperties object.
|
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
kxx | double | Output Double that returns the X partial radius of gyration. |
kyy | double | Output Double that returns the Y partial radius of gyration. |
kzz | double | Output Double that returns the Z partial radius of gyration. |
Name | Description |
API Sample for AreaProperties | Demonstrates how to use AreaProperties |