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>
ProSurfcurvedataGet
(
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
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
¿Fue esto útil?