formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Curve
Description
Extends a nurbz curve object by a specified distance. 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_by_distance(
fzrt_int | windex, |
crv_obj, | |
double | distance, |
is_merge, | |
new_obj ) |
Parameters
windex [Input]
project window index
crv_obj [Input]
nurbz curve
distance [Input]
extension distance
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
fz_objt_edit_nrbz_curve_extend_to_point,
Function Set
Defined in