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