Method that returns the principal axes.
"physicalProperties_var" is a variable referencing a PhysicalProperties object. |
|
| Type | Description |
| boolean | Returns true if successful |
| Name | Type | Description |
| xAxis | Vector3D | The output Vector3D object that indicates the direction of the x axis. |
| yAxis | Vector3D | The output Vector3D object that indicates the direction of the y axis. |
| zAxis | Vector3D | The output Vector3D object that indicates the direction of the z axis. |
| 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. |