Category Creating import and custom geometry, Object ProContourdata

Function ProContourdataEdgeIdArrayGet


Description
Gets an array of edge identifiers for the contour.
Synopsis
#include <ProContourdata.h>
ProErrorProContourdataEdgeIdArrayGet(
ProContourdata* p_contour_data
/* (In)
The contour
*/
int** r_edge_id_arr
/* (Out)
A ProArray of edge identifiers for the contour
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the array of edge identifiers.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestAnalysisSurface.c )
  2. pt_examples ( TestAnalysisSurface.c )
  3. pt_examples ( TestGeomdata.c )
  4. pt_examples ( UtilIntfData.c )