Class MachiningToolInfoHelper
Inheritance
MachiningToolInfoHelper
Assembly: CAMAPI.DotnetHelper.dll
public static class MachiningToolInfoHelper
Methods
Text identifier of the machine connector that contains the tool
Declaration
public static string ConnectorID(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
The number of first tooling point inside correctors table of CNC controller
Declaration
public static int FirstCorrectorNumber(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Number of magazine that contains the tool
Declaration
public static int MagazineNumber(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Set connector ID for the tool
Declaration
public static void SetConnectorID(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom, string connectorId)
Parameters
User friendly tool caption
Declaration
public static string ToolCaption(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Machining tool itself. You can cast different interfaces to it depending on exact tool type.
Declaration
public static ComWrapper<ICamApiMachiningTool> ToolEntity(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Global unique identifier of the tool
Declaration
public static string ToolGUID(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Identifier of the tool unique in the list of tools
Declaration
public static string ToolID(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Tool number that identifies the tool inside the CNC controller
Declaration
public static int ToolNumber(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
Properties of the tool. Set of properties depends on tool type.
Declaration
public static ComWrapper<IST_XMLPropPointer> ToolProperties(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns
The type of the tool in terms of CAM system
Declaration
public static string ToolType(this ComWrapper<ICamApiMachiningToolInfo> toolInfoCom)
Parameters
Returns