API 설명서 > Geometry items > Object ProCurve > Function ProCurveToNURBS
Function ProCurveToNURBS
Description
Generates the NURBS surface representation, given the curve handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveToNURBS
(
ProCurve curve
/* (In)
The curve handle.
*/
ProCurvedata** p_nurb_curve_data
/* (Out)
The curve data. The function allocates the memory for this structure. To free the memory, call the function ProCurvedataFree().
*/
)
Returns
The function successfully generated the NURBS surface representation.
A general error occurred and the function failed.
See Also
Sample Code References
User Guide References
도움이 되셨나요?