Category Creating import and custom geometry, Object ProContourdata

Function ProContourdataGet


Description
Retrieves information from the contour data structure.
Synopsis
#include <ProContourdata.h>
ProErrorProContourdataGet(
ProContourdata* p_contour_data
/* (In)
The contour data structure
*/
ProContourTraversal* p_contour_trav
/* (Out)
The contour traversal
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

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