Category Curve and surface collection, Object ProSrfcollection

Function ProSrfcollectionInstructionAdd


Description
Adds instruction to surface collection
Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfcollectionInstructionAdd(
ProCollection collection
/* (In)
Surface collection
*/
ProSrfcollinstr instr
/* (In)
Instruction to add
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_INVALID_TYPEThe collection contains instructions for curves.

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 )