Method that gets the moment of inertia about the world coordinate system. Unit for returned values is kg*cm^2.
"physicalProperties_var" is a variable referencing a PhysicalProperties object.
|
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
xx | double | Output Double that returns the XX partial moment. |
yy | double | Output Double that returns the YY partial moment. |
zz | double | Output Double that returns the ZZ partial moment. |
xy | double | Output Double that returns the XY partial moment. |
yz | double | Output Double that returns the YZ partial moment. |
xz | double | Output Double that returns the XZ partial moment. |
Name | Description |
Get Physical Properties API Sample | Script that demonstrates getting physical properties using the API. When this script is run it will create a new document, build a simple model, and get the various physical properties from the model. |