Class MachiningToolsListHelper
Inheritance
MachiningToolsListHelper
Assembly: CAMAPI.DotnetHelper.dll
public static class MachiningToolsListHelper
Methods
Count of tools in the list
Declaration
public static int Count(this ComWrapper<ICamApiMachiningToolsList> toolsListCom)
Parameters
Returns
Returns the list of operations that use the tool with the specified ToolID
Declaration
public static ComWrapper<ICamApiMachiningToolOperationsIterator> GetOperationsUsingTheTool(this ComWrapper<ICamApiMachiningToolsList> toolsListCom, string toolId)
Parameters
Returns
Find the tool index in the list by ToolID
Declaration
public static int IndexOfToolID(this ComWrapper<ICamApiMachiningToolsList> toolsListCom, string toolId)
Parameters
Returns
Declaration
public static ComWrapper<ICamApiMachiningToolInfo> ToolInfo(this ComWrapper<ICamApiMachiningToolsList> toolsListCom, int index)
Parameters
Returns