API 설명서 > Manufacturing > Object ProNcseq > Function ProNcseqElemHolesetAdd
Function ProNcseqElemHolesetAdd
Description
Adds storage for another hole set to 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>
ProNcseqElemHolesetAdd
(
/* (In)
The ProNcseqElem handle in which to store the information.
*/
int* r_set_nmb
/* (Out)
If this is not NULL and storage was successful, this is the number of the hole set that was added.
*/
)
Returns
The function successfully stored the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?