Interface IOrigins
Gives access to origins.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IOrigins
Methods
| Name | Description |
|---|---|
| CreateOrigin(DocumentId, SmartText, ElementId, SmartBoolean, ElementId, ElementId, SmartText) | Creates an origin entity in a document. |
| GetOriginFrameGeometry(ElementId) | Gets the origin frame geometry. |
| GetOriginPart(ElementId) | Gets the origin part. |
| GetOriginRigidGroup(ElementId) | Gets the origin rigid group. |
| GetOrigins(DocumentId) | Gets the origins in a document. |
| IsOrigin(ElementId) | Tells whether an element is an origin. |
| UpdateOrigin(ElementId, ElementId, ElementId, SmartText) | Updates an existing Origin entity. |