Category Manufacturing, Object ProNcseq

Function ProNcseqElemSurfaceAdd


Description
Stores the surface selections in a ProNcseqElem data structure.

NOTE:

When you call the function ProFeatureWithoptionsRedefine(), the system replaces the existing surface selections in the feature with the selections stored in the ProNcseqElem data structure.

Applicable Element Id(s):

PRO_E_SURFACES

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemSurfaceAdd(
ProNcseqElem elem
/* (In)
The ProNcseqElem handle in which to store the information
*/
ProSelection srf
/* (In)
The surface selection
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully stored the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
See Also
ProFeatureWithoptionsRedefine

Manual References:

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

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )