Description | |||||||||||||||||
Creates a new manufacturing process step or workcell from a template file. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Advanced NC | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMfgproctable.h> | |||||||||||||||||
ProError | ProMfgprocitemFromTemplateCreate | ( | |||||||||||||||
ProMfg mfg | |||||||||||||||||
/* (In) | |||||||||||||||||
The manufacturing model. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgproctableType table_type | |||||||||||||||||
/* (In) | |||||||||||||||||
The type of table to create new item. | |||||||||||||||||
*/ | |||||||||||||||||
ProPath template_file | |||||||||||||||||
/* (In) | |||||||||||||||||
Full path to the template file. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgprocItem* predecessor | |||||||||||||||||
/* (In) | |||||||||||||||||
The step item occurring just before this item in the table. Pass NULL to place the step at the top of the table, or if creating a workcell. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgprocItem** new_items | |||||||||||||||||
/* (Out) | |||||||||||||||||
ProArray of new items. Free this output using ProArrayFree(). | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|