Category Curve and surface collection, Object ProSrfcollinstr

Function ProSrfcollinstrReferenceAdd


Description
Adds a reference to surface collection instruction references
Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfcollinstrReferenceAdd(
ProSrfcollinstr instr
/* (In)
Surface collection instruction
*/
ProSrfcollref reference
/* (In)
The object reference
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_INVALID_ITEMInvalid item for this type of instruction.

Manual References:

  1. User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
  2. User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections

Sample Code References:

  1. pt_af_examples ( PTAEToDraft.c )
  2. pt_userguide ( UgDraftTemplate.c )
  3. pt_userguide ( UgRemoveSurfCreate.c )
  4. pt_userguide ( UgSimpleDraftCreate.c )
  5. pt_userguide ( UgMfgMillSeqCreate.c )