Interface IPockets
Gives access to machining tools.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 10, 0, 0)]
public interface IPockets
Methods
| Name | Description |
|---|---|
| GetTool(ElementId) | Gets tool in given pocket. |
| IsPocket(ElementId) | Tells whether an element is a tool. |
| LoadToolInPocket(DocumentId, ElementId) | Load tool from document inside a pocket. |
| SetToolInPocket(ElementId, ElementId) | Set tool in given pocket. |