Category Surface geometry, Object ProSurfacedata

Function ProSurfacedataContourArrayGet


Description
Retrieves an array of contours on the specified surface.
Synopsis
#include <ProSurfacedata.h>
ProErrorProSurfacedataContourArrayGet(
ProSurfacedata* p_surf_data
/* (In)
The surface
*/
ProContourdata** r_contour_array
/* (Out)
The ProArray of contours on the surface
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the array of contours.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

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