Category Curve and edge geometry, Object ProSurfcurvedata

Function ProSurfcurvedataGet


Description
Retrieves information from the surface curve data structure.

NOTE:

The function ignores the output arguments with null pointers.

Synopsis
#include <ProCurvedata.h>
ProErrorProSurfcurvedataGet(
ProCurvedata* p_curve
/* (In)
The curve data structure that contains the surface curve
*/
ProSurface* p_surface
/* (Out)
The surface
*/
ProCurvedata** p_surfcurve
/* (Out)
The UV curve geometry.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )