Category Manufacturing, Object ProNcseq

Function ProNcseqElemEndPntSet


Description
Stores the end point selection in a ProNcseqElem data structure.

Applicable Element Id(s):

PRO_E_END

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemEndPntSet(
ProNcseqElem elem
/* (In)
The ProNcseqElem handle in which to store the information
*/
ProMachHead head
/* (In)
The machining head information
*/
ProSelection point
/* (In)
The selected point
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully stored the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )