Method GetEnclosingBoxParameters
GetEnclosingBoxParameters(DocumentId, out ElementId, out ElementId, out ElementId)
Gets the enclosing box parameters of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void GetEnclosingBoxParameters(DocumentId inDocumentId, out ElementId outBoxXSize, out ElementId outBoxYSize, out ElementId outBoxZSize)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of part document to analyze. |
| ElementId | outBoxXSize | Enclosing box size in X direction real parameter entity identifier, or empty if not managed. |
| ElementId | outBoxYSize | Enclosing box size in Y direction real parameter entity identifier, or empty if not managed. |
| ElementId | outBoxZSize | Enclosing box size in Z direction real parameter entity identifier, or empty if not managed. |
Remarks
This method is available since v7.10.