Function ProSurfcurvedataInit
Description
Initializes a surface curve data structure.
Synopsis
#include <ProCurvedata.h>
ProSurfcurvedataInit
(
ProSurface surface
/* (In)
The surface onto which the curve fits.
*/
ProCurvedata* p_surfcurve
/* (In)
Pointer to the curve contained in the surface curve.
*/
ProCurvedata* p_curve
/* (Out)
The resulting curve data structure
*/
)
Returns
The function successfully initialized the data structure.
The specified curve type is not supported
One or more of the input arguments are invalid.
Sample Code References
도움이 되셨나요?