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