Category Manufacturing, Object ProNcseq

Function ProNcseqElemSurfaceflipSet


Description
Stores a surface flip in a ProNCseqElem data structure.

NOTE:

This function is useful when you are redefining the "flip" of a mill surface reference of a sequence.

Applicable Element Id(s):

PRO_E_SURFACES

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemSurfaceflipSet(
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
*/
)
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

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )