Interface IRepresentations
Gives access to representations.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 7, 201, 100)]
public interface IRepresentations
Remarks
This interface is available since v7.7.201.100.
Methods
| Name | Description |
|---|---|
| AddRepresentationConstituent(ElementId, ElementId) | Adds a constituent to a representation entity. |
| CreateRepresentation(DocumentId) | Creates a representation entity in a specified document. |
| CreateSimplifiedRepresentation(DocumentId) | Creates the simplified representation entity in a specified document. |
| GetCurrentRepresentation(DocumentId) | Gets the current representation entity of a document. |
| GetDesignRepresentation(DocumentId) | Gets the design representation entity of a document. |
| GetDetailedRepresentation(DocumentId) | Gets the detailed representation entity of a document. |
| GetRepresentationConstituents(ElementId) | Gets the constituents of a representation entity. |
| GetRepresentations(DocumentId) | Gets the representations entities that are in the representations folder of a document. |
| GetSimplifiedRepresentation(DocumentId) | Gets the simplified representation entity of a document. |
| RemoveRepresentationConstituent(ElementId, ElementId) | Removes a constituent from a representation entity. |
| SetCurrentRepresentation(ElementId) | Sets the current representation entity of a document. |