Category Curve and surface collection, Object ProSrfcollinstr

Function ProSrfcollinstrIncludeSet


Description
Sets the include flag for a surface collection instruction.

Note:Only one-by-one (that is, those of PRO_SURFCOLL_SINGLE_SURF type) instructions cancurrently be excluded.

Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfcollinstrIncludeSet(
ProSrfcollinstr instr
/* (In)
Surface collection instruction
*/
ProBoolean include
/* (In)
PRO_B_TRUE to include the surfaces generated by this instruction in the set, PRO_B_FALSE to exclude the surfaces from the set.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_NOT_IMPLEMENTEDThis case is not supported.

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 )