Documentación de la API > Manufacturing > Object ProNcseq > Function ProNcseqElemHolesetAxisAdd
Function ProNcseqElemHolesetAxisAdd
Description
Stores an axis to be machined for the specified hole set in a ProNcseqElem data structure. Please note that this routine and the associated PRO_E_HOLES element are provided solely for compatibility with existing Creo Parametric TOOLKIT code. Wherever possible the more powerful PRO_E_HOLESETS element should be used instead.
Applicable Element Id(s):
Synopsis
#include <ProNcseqElem.h>
ProNcseqElemHolesetAxisAdd
(
/* (In)
The ProNcseqElem handle in which to store the information
*/
int set_nmb
/* (In)
The number of the hole set on which to operate
*/
/* (In)
The axis to be machined
*/
)
Returns
The function successfully stored the information.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?