| Description |
| Initializes the edge data structure. |
| Synopsis |
| #include <ProEdgedata.h> |
| ProError | ProEdgedataInit | ( |
| 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 |
|
|