Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataSurfArrayGet


Description
Retrieves an array of pointers to surfaces of the quilt.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataSurfArrayGet(
ProQuiltdata* p_quilt_data
/* (In)
The quilt
*/
ProSurfacedata*** r_arr_p_surf
/* (Out)
A ProArray of pointers to surfaces of the quilt
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Quilts
  2. Core: 3D Geometry: Geometry of Quilts

Sample Code References:

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