formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Curve
Description
Extends a nurbz curve object to a specified point. If is_arc is TRUE, an arc is created between the last point of the curve and the point. If is_arc is FALSE, a nurbz curve is created between the last point of the curve and the point. If is_merge is TRUE, the newly created arc or nurbz curve is joined with the original object.
Plugin Prototype
fzrt_error_td fz_objt_edit_nrbz_curve_extend_to_point(
fzrt_int | windex, |
crv_obj, | |
point, | |
is_arc, | |
is_merge, | |
new_obj ) |
Parameters
windex [Input]
project window index
crv_obj [Input]
nurbz curve
point [Input]
point to which the curve should be extended
is_arc [Input]
TRUE, if arc is desired
FALSE, if spline is desired
is_merge [Input]
if TRUE, the two curves are merged into one
new_obj [Result]
nurbz curve object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
,
Function Set
Defined in