|
INcModel::ChangeCutter
Description
This function allows you to change the cutter of the procedure.
Requirements
NC Item must be in edit mode.
Syntax
void ChangeCutter ( iUid, iName);
Input: (int ) iUid |
ID of NC item (procedure). |
Input: (String) iName |
Name of cutter. |
Exception Values:
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.
|