Description |
| Reorder one of the groups( id's of its sequences) created by ProAutodrillSeqOrderAlloc(). It does not reorder features by itself. It only store the new ordering for future call to ProAutodrillReorder(). |
Synopsis |
#include <ProAutodrill.h> |
ProError | ProAutodrillSegmentSet | ( |
| ProMfg mfg | |
| /*
(In) |
| The manufacturing object. |
| */ |
| int segment_index | |
| /*
(In) |
| index of the segment. |
| */ |
| int* segment | |
| /*
(In) |
| The new ordering for the selected segment. |
| */ |
) |
Returns |
|
PRO_TK_NO_ERROR | | The function successfully set data. |
Other | | The input argument is invalid. |
|