Category Creating import and custom geometry, Object ProEdgedata

Function ProEdgedataInit


Description
Initializes the edge data structure.
Synopsis
#include <ProEdgedata.h>
ProErrorProEdgedataInit(
int edge_id
/* (In)
The edge identifier.
*/
int edge_surf_ids[2]
/* (In)
The edge identifiers of the surfaces.
*/
ProEdgeDir edge_directions[2]
/* (In)
The edge directions on the surfaces.
*/
ProUvParam* edge_uv_point_arr[2]
/* (In)
The ProArray of UV-points on the surfaces. This can be NULL.
*/
ProCurvedata* p_edge_uv_curve_data[2]
/* (In)
The edge UV-curves on the surfaces. This can be NULL.
*/
ProCurvedata* p_edge_curve_data
/* (In)
The edge XYZ-curve. This can be NULL.
*/
ProEdgedata* p_edge_data
/* (Out)
The edge data structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the data structure.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Edges
  2. Interface: Importing Features: Adding Edges

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 )
  10. pt_userguide ( UgImportfeatCreate.c )
  11. pt_userguide ( UgImportfeatCreate.c )
  12. pt_userguide ( UgImportfeatCreate.c )
  13. pt_userguide ( UgImportfeatCreate.c )
  14. pt_userguide ( UgImportfeatCreate.c )
  15. pt_userguide ( UgImportfeatCreate.c )