Interface IUnfoldings
Gives access to unfoldings.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 10, 300, 60)]
public interface IUnfoldings
Remarks
This interface is available since v7.10.300.60
Methods
| Name | Description |
|---|---|
| GetBendFeatures(DocumentId, out List<BendFeature>) | Gets the bend features. |
| GetPartToUnfold(DocumentId, out DocumentId, out ElementId, out ElementId) | Gets the part to unfold. |
| IsUnfolding(DocumentId) | Tells whether a document is an unfolding document. |
| SetPartToUnfold(DocumentId, ElementId, ElementId) | Sets the part to unfold. |