Category Surface geometry, Object ProSurfacedata

Function ProSurfacedataAlloc


Description
Allocates memory for a surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProErrorProSurfacedataAlloc(
ProSurfacedata** pp_surf_data
/* (Out)
The surface data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the data structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input is invalid.

Manual References:

  1. Interface: Importing Features: Adding Surfaces

Sample Code References:

  1. pt_examples ( TestAnalysisSurface.c )
  2. pt_examples ( TestGeomdata.c )