Method GetCenterOfMassPropertyManagement
GetCenterOfMassPropertyManagement(DocumentId, out bool, out SmartPoint3D)
Gets the center of mass property management of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 300, 220)]
void GetCenterOfMassPropertyManagement(DocumentId inDocumentId, out bool outIsCenterOfMassManaged, out SmartPoint3D outManualCenterOfMass)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| bool | outIsCenterOfMassManaged | Whether the center of mass is managed. True for automatic or manual, false for not managed. |
| SmartPoint3D | outManualCenterOfMass | Manual center of mass, or null if no manual center of mass. |
Remarks
This method is available since v7.13.300.220.