Category Creating import and custom geometry, Object ProContourdata

Function ProContourdataEdgeIdArraySet


Description
Sets an array of edge identifiers for the contour.
Synopsis
#include <ProContourdata.h>
ProErrorProContourdataEdgeIdArraySet(
ProContourdata* p_contour_data
/* (In)
The contour
*/
int* edge_id_arr
/* (In)
The ProArray of edge identifiers for the contour
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the array of edge identifiers for the contour.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Surfaces

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_userguide ( UgImportfeatCreate.c )
  3. pt_userguide ( UgImportfeatCreate.c )
  4. pt_userguide ( UgImportfeatCreate.c )
  5. pt_userguide ( UgImportfeatCreate.c )
  6. pt_userguide ( UgImportfeatCreate.c )
  7. pt_userguide ( UgImportfeatCreate.c )
  8. pt_userguide ( UgImportfeatCreate.c )
  9. pt_userguide ( UgImportfeatCreate.c )