|
INcModel::AddNcItems
Description
This function allows you to add NC Item by loading a template file (pct, tpt, mtt).
Requirements
Must not be in edit mode.
Syntax
Status = AddNcItems ( iAfterItem,iTemplateName, oQuantity, oNewUids);
Input: (int ) iAfterItem |
Nc Item ID to add after |
Input: (String ) iTemplateName |
Template file name (pct, tpt, mtt). |
Output: (int )oQuantity |
Number of new NC Items |
Output: (vec<int> )oNewUid |
IDs of new NC Items |
|
|
Return: (int) status |
0
= Operation successful. |
|