Interface ITools
Gives access to machining tools.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface ITools
Methods
| Name | Description |
|---|---|
| GetParameters(ElementId) | Gets the parameters of the given tool. |
| GetPdmId(ElementId) | Gets the PDM identifier. |
| IsTool(ElementId) | Tells whether an element is a tool. |