Category Manufacturing, Object ProAutodrill

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>
ProErrorProAutodrillSeqOrderAlloc(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.