Category Curve and surface collection, Object ProSrfcollection

Function ProSrfcollectionCopy


Description
Copies a surface collection.
Synopsis
#include <ProSrfcollection.h>
ProErrorProSrfcollectionCopy(
ProCollection source
/* (In)
Surface collection
*/
ProCollection* target
/* (Out)
The copy of the surface collection. This will be a newly allocated collection that should be freed by ProCollectionFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYMemory allocation failure.
PRO_TK_INVALID_TYPEThe collection contains instructions for curves.
See Also
ProCollectionFree

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_userguide ( UgOADraftCreate.c )
  2. pt_userguide ( UgRemoveSurfCreate.c )