API Documentation > Manufacturing > Object ProAutodrill > Function ProAutodrillSeqOrderAlloc
Function ProAutodrillSeqOrderAlloc
Description
Setup the necessary data for reordering autodrilling sequences. It will group autodrilling sequences which are created inside the same operation and consequtively together. If consider_csys is not zero, then two sequences with nonparallel z-axis ( of their coordinate systems ) will not be grouped together.
Synopsis
#include <ProAutodrill.h>
ProAutodrillSeqOrderAlloc
(
ProMfg mfg
/* (In)
The manufacturing object.
*/
int consider_csys
/* (In)
A flag, if nonzero, then sequences with different nonparallel coordinate systems will not be grouped together.
*/
)
Returns
The function successfully retrieved the information.
Other
The input argument is invalid.
Was this helpful?