Interface ICamApiMachiningToolsList
The list of machining tools of a project
Assembly: CAMAPI.ToolsList.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E6BC17B8-4425-4928-9C45-59A6B8BD1C64")]
public interface ICamApiMachiningToolsList
Properties
Count of tools in the list.
Declaration
Property Value
Declaration
ICamApiMachiningToolInfo ToolInfo[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
Methods
Returns the list of operations that uses the tool with the specified ToolID.
Declaration
ICamApiMachiningToolOperationsIterator GetOperationsUsingTheTool(string ToolID)
Parameters
Type |
Name |
Description |
string |
ToolID |
|
Returns
Find the tool index in the list by ToolID.
Declaration
int IndexOfToolID(string ToolID)
Parameters
Type |
Name |
Description |
string |
ToolID |
|
Returns