|
This function allows you to change the cutter of the procedure.
NC Item must be in edit mode.
void ChangeCutter ( iUid, iName);
Input: (int ) iUid |
ID of NC item (procedure). |
Input: (String) iName |
Name of cutter. |
0 = Operation successful.
1 = Error – NC item ID is not valid.
2 = Error – Procedure is not in edit mode.
3 = Error – Parameter value not valid.
4 = Error – Operation failure.
|