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