Category Creating import and custom geometry, Object ProQuiltdata

Function ProQuiltdataSurfArraySet


Description
Sets an array of pointers to surfaces of the quilt.
Synopsis
#include <ProQuiltdata.h>
ProErrorProQuiltdataSurfArraySet(
ProQuiltdata* p_quilt_data
/* (In)
The quilt
*/
ProSurfacedata** arr_p_surf
/* (In)
The ProArray of pointers to surfaces of the quilt
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set 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
  3. Interface: Importing Features: Adding Quilts
  4. Interface: Importing Features: Adding Quilts

Sample Code References:

  1. pt_examples ( TestGeomdata.c )