formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Curve On Surface
Description
Creates a Curve On nurbz object by sketching an array of points in parameter space on a nurbz object.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_nrbz_curve_on_surf_sketch(
fzrt_int | windex, |
srf_obj, | |
fzrt_int | n_pcrv_pts, |
fz_xy_td * | pcrv_pts, |
closed, | |
vline, | |
new_obj ) |
Parameters
windex [Input]
project window index
srf_obj [Input]
nurbz object
n_pcrv_pts [Input]
number of parameter space points
pcrv_pts [Input]
array of parameter space points
closed [Input]
closed TRUE/FALSE
vline [Input]
TRUE: sketch vector line FALSE: sketch spline curve
new_obj [Result]
new object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_objt_cnstr_nrbz_curve_on_surf_map
Function Set
Defined in