Category
Curve and surface collection
, Object
ProSrfcollection
Function ProSrfcollectionAlloc
Description
Allocates a surface collection
Synopsis
#include <
ProSrfcollection.h
>
ProError
ProSrfcollectionAlloc
(
ProCollection
*
r_collection
/* (Out)
Pointer to surface collection
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_OUT_OF_MEMORY
Memory allocation failure.
See Also
ProCollectionFree
Manual References:
Updating Older Applications: Tools Available for Updating Applications
User Interface: Curve and Surface Collection: Interactive Collection
User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
User Interface: Curve and Surface Collection: Creation and Modification of Surface Collections
Sample Code References:
pt_af_examples ( PTAEToDraft.c )
pt_userguide ( UgDraftTemplate.c )
pt_userguide ( UgFlexModelCreate.c )
pt_userguide ( UgIntcollectionDraftCreate.c )
pt_userguide ( UgRemoveSurfCreate.c )
pt_userguide ( UgSimpleDraftCreate.c )
pt_userguide ( UgGeomSurfArea.c )
pt_userguide ( UgMfgMillSeqCreate.c )