Category Manufacturing, Object ProNcseq

Function ProNcseqElemMillsurfSet


Description
Stores the mill surface identifier and the normal sense in a ProNCseqElem data structure.

Applicable Element Id(s):

PRO_E_SURFACES

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemMillsurfSet(
ProNcseqElem elem
/* (In)
The ProNcseqElem handle in which to store the information
*/
ProBoolean flip
/* (In)
Specifies whether to flip the normal sense of a surface reference
*/
int mill_surf_id
/* (In)
The identifier of a mill surface
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully stored the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Production Applications: Manufacturing: Creating NC Sequences
  2. Production Applications: Manufacturing: Creating NC Sequences

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )