Category Curve and surface collection, Object ProSrfcollection

Function ProSrfcollectionAlloc


Description
Allocates a surface collection
Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfcollectionAlloc(
ProCollection* r_collection
/* (Out)
Pointer to surface collection
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYMemory allocation failure.
See Also
ProCollectionFree

Manual References:

  1. Updating Older Applications: Tools Available for Updating Applications
  2. User Interface: Curve and Surface Collection: Interactive Collection
  3. User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
  4. 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 ( UgFlexModelCreate.c )
  4. pt_userguide ( UgIntcollectionDraftCreate.c )
  5. pt_userguide ( UgRemoveSurfCreate.c )
  6. pt_userguide ( UgSimpleDraftCreate.c )
  7. pt_userguide ( UgGeomSurfArea.c )
  8. pt_userguide ( UgMfgMillSeqCreate.c )