formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
Description
Creates a Trimmed nurbz object by sketching an array of points in parameter space on a nurbz object.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_nrbz_trimmed_sketch(
fzrt_int | windex, |
srf_obj, | |
fzrt_int | n_pcrv_pts, |
fz_xy_td * | pcrv_pts, |
closed, | |
vline, | |
make_holes, | |
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
make_holes [Input]
TRUE: trim curves enclose holes FALSE: trim curves enclose surface
new_obj [Result]
new object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in