Description | ||||||||||||||
Identifies the range of predecessor items in the manufacturing process table to which the input item may potentially be reordered. Optionally you can determine this range for only the parent/child relationships or for those relationships plus other limiting factors.
NOTE: This function does not reorder the steps. Use ProMfgprocitemReorder() to accomplish that task. |
||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Advanced NC | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMfgproctable.h> | ||||||||||||||
ProError | ProMfgprocitemReorderlimitsGet | ( | ||||||||||||
ProMfgprocItem* target_items | ||||||||||||||
/* (In) | ||||||||||||||
ProArray of steps which are potentially to be reordered. | ||||||||||||||
*/ | ||||||||||||||
ProMfgprocReorderCheckOptions options | ||||||||||||||
/* (In) | ||||||||||||||
Bitmask containing one or more types of checks to use in this determination. | ||||||||||||||
*/ | ||||||||||||||
ProMfgprocItem* first_predecessor | ||||||||||||||
/* (Out) | ||||||||||||||
The first possible predecessor item for the reorder operation. | ||||||||||||||
*/ | ||||||||||||||
ProMfgprocItem* last_predecessor | ||||||||||||||
/* (Out) | ||||||||||||||
The last possible predecessor item for the reorder operation. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|