Category Manufacturing, Object ProNcseq

Function ProNcseqElemVolumeSet


Description
Stores a mill volume identifier in a ProNcseqElem data structure.

Applicable Element Id(s):

PRO_E_SURFACES

PRO_E_VOLUME

Synopsis
#include <ProNcseqElem.h>
ProErrorProNcseqElemVolumeSet(
ProNcseqElem elem
/* (In)
The ProNcseqElem handle in which to store the information
*/
int mill_vol_id
/* (In)
The identifier of the mill volume
*/
)
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 )