Class MachiningToolOperationsIteratorHelper
Inheritance
MachiningToolOperationsIteratorHelper
Assembly: CAMAPI.DotnetHelper.dll
public static class MachiningToolOperationsIteratorHelper
Methods
Iterator of operations that uses exact tool
Declaration
public static IEnumerable<ICamApiMachiningToolInfo> AsEnumerable(this ComWrapper<ICamApiMachiningToolOperationsIterator> it)
Parameters
Returns
Returns true if the current operation is empty. Otherwise false
Declaration
public static bool CurrentOperationIsEmpty(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters
Returns
Caption of the operation in the project
Declaration
public static string GetCurrentOperationCaption(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters
Returns
Unique identifier of the operation in the project
Declaration
public static string GetCurrentOperationID(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters
Returns
Tool info for the current operation
Declaration
public static ComWrapper<ICamApiMachiningToolInfo> GetCurrentOperationToolInfo(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters
Returns
Move current operation to the next one. Returns false if there are no operations more
Declaration
public static bool MoveNext(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters
Returns
Reset iterator to the first operation
Declaration
public static void Reset(this ComWrapper<ICamApiMachiningToolOperationsIterator> iteratorCom)
Parameters