Interface IMachineTools
Gives access to machine tool.
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public interface IMachineTools
Methods
| Name | Description |
|---|---|
| GetBodyRigidGroup(ElementId) | Get the body rigid group of the given machine. |
| GetMagazines(ElementId) | Get the list of magazines of the given machine. |
| GetParameters(ElementId) | Gets the parameters of the given machine tool. |
| GetPartHolders(ElementId) | Get the list of part holders of the given machine. |
| GetPockets(ElementId) | Get pockets of machine element (spindle, turret, magazine). |
| GetToolHolders(ElementId) | Get the list of tool holders of the given machine. |
| IsMachineTool(ElementId) | Tells whether an element is a machine. |
| SetPartHolder(ElementId, ElementId) | Set the part to the part holder on the current machine. |