Method GetPartToUnfold
GetPartToUnfold(DocumentId, out DocumentId, out ElementId, out ElementId)
Gets the part to unfold.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
void GetPartToUnfold(DocumentId inDocumentId, out DocumentId outPartDocumentId, out ElementId outRepresentationId, out ElementId outShapeId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the unfolding document to analyze. |
| DocumentId | outPartDocumentId | Identifier of the part document that contains the unfolded part. |
| ElementId | outRepresentationId | Identifier of the representation that contains the unfolded shape. |
| ElementId | outShapeId | Unfolded shape. |
Remarks
This method is available since v7.10.300.60.