Description | |||||||||||||||||
Visits the steps, operations and workcells in the manufacturing process table.
Note: The steps and operations will be visited in the order that they are listed in the table. |
|||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Advanced NC | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMfgproctable.h> | |||||||||||||||||
ProError | ProMfgProctableVisit | ( | |||||||||||||||
ProMfg mfg | |||||||||||||||||
/* (In) | |||||||||||||||||
The manufacturing model. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgproctableType table_type | |||||||||||||||||
/* (In) | |||||||||||||||||
The type of table to visit. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgprocitemVisitAction action | |||||||||||||||||
/* (In) | |||||||||||||||||
The visit action. | |||||||||||||||||
*/ | |||||||||||||||||
ProMfgprocitemFilterAction filter | |||||||||||||||||
/* (In) | |||||||||||||||||
The filter action. Can be NULL. | |||||||||||||||||
*/ | |||||||||||||||||
ProAppData app_data | |||||||||||||||||
/* (In) | |||||||||||||||||
Application data passed to the action functions. Can be NULL. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|