Documentación de la API > Manufacturing > Object ProAutodrill > Function ProAutodrillSegmentSet
Function ProAutodrillSegmentSet
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>
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
The function successfully set data.
Model is in read-only state.
Other
The input argument is invalid.
¿Fue esto útil?