Method GetInertiaPropertyManagement
GetInertiaPropertyManagement(DocumentId, out bool, out SmartFrame3D, out SmartReal, out SmartReal, out SmartReal)
Gets the moments of inertia property management of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 300, 220)]
void GetInertiaPropertyManagement(DocumentId inDocumentId, out bool outIsInertiaManaged, out SmartFrame3D outManualFrame, out SmartReal outManualXMoment, out SmartReal outManualYMoment, out SmartReal outManualZMoment)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| bool | outIsInertiaManaged | Whether the moments of inertia is managed. True for automatic or manual, false for not managed. |
| SmartFrame3D | outManualFrame | Manual frame of moments of inertia, or null if no manual frame of moments of inertia. |
| SmartReal | outManualXMoment | Manual X moment of inertia, or null if no manual X moment of inertia. |
| SmartReal | outManualYMoment | Manual Y moment of inertia, or null if no manual Y moment of inertia. |
| SmartReal | outManualZMoment | Manual Z moment of inertia, or null if no manual Z moment of inertia. |
Remarks
This method is available since v7.13.300.220.