Method GetEnclosingBoxManagement
GetEnclosingBoxManagement(DocumentId, out EnclosingBoxManagementType, out SmartFrame3D, out SmartFrame3D, out SmartReal, out SmartReal, out SmartReal)
Gets the enclosing box management of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void GetEnclosingBoxManagement(DocumentId inDocumentId, out EnclosingBoxManagementType outType, out SmartFrame3D outAlignmentFrame, out SmartFrame3D outBoxFrame, out SmartReal outBoxXSize, out SmartReal outBoxYSize, out SmartReal outBoxZSize)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| EnclosingBoxManagementType | outType | Type of management. |
| SmartFrame3D | outAlignmentFrame | Alignment frame, or null if not of type Aligned. |
| SmartFrame3D | outBoxFrame | Enclosing box frame, or null if not of type Manual. |
| SmartReal | outBoxXSize | Enclosing box size in X direction, or null if not of type Manual. |
| SmartReal | outBoxYSize | Enclosing box size in Y direction, or null if not of type Manual. |
| SmartReal | outBoxZSize | Enclosing box size in Z direction, or null if not of type Manual. |
Remarks
This method is available since v7.10.