Function ProEdgedataGet
Description
Retrieves information from the edge data structure.
NOTE:
The function ignores the output argument pointers that are NULL.
Synopsis
#include <ProEdgedata.h>
ProEdgedataGet
(
ProEdgedata* p_edge_data
/* (In)
The edge data structure
*/
int* p_edge_id
/* (Out)
The edge identifier
*/
int edge_surf_ids[2]
/* (Out)
The edge identifiers of the surfaces
*/
ProEdgeDir edge_directions[2]
/* (Out)
The edge directions on the surfaces
*/
ProUvParam** p_edge_uv_point_arr[2]
/* (Out)
The pointer to a ProArray of UV-points on the surfaces
*/
ProCurvedata* p_edge_uv_curve_data[2]
/* (Out)
The edge UV-curves on the surfaces
*/
ProCurvedata* p_edge_curve_data
/* (Out)
The edge XYZ-curve
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?