Interface IWorldCoordinateSystems
Gives access to WCSs.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IWorldCoordinateSystems
Methods
| Name | Description |
|---|---|
| CreateWorldCoordinateSystem(DocumentId, ElementId, ElementId, ElementId, ElementId, SmartBoolean) | Creates a WCS entity in a document. |
| GetParameters(ElementId) | Gets the parameters of the given WCS. |
| GetWCSs(DocumentId) | Gets the wcs in a document. |
| GetWcsFrameGeometry(ElementId) | Gets the WCS frame geometry. |
| GetWcsOrigin(ElementId) | Gets the WCS origin. |
| GetWcsPart(ElementId) | Gets the WCS part. |
| GetWcsSolution(ElementId, int) | Gets the WCS solution. |
| GetWcsSolutionFrameGeometry(ElementId) | Gets the WCS solution frame. |
| GetWcsSolutionsCount(ElementId) | Gets the WCS solutions count. |
| GetWcsToolHolder(ElementId) | Gets the WCS tool holder. |
| IsWorldCoordinateSystem(ElementId) | Tells whether an element is a WCS. |