formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Curve
Description
Blends two nurbz curve objects at the specified edges. The objects passed in must be nurbz objects. returns a new nurbz curve object.
Plugin Prototype
fzrt_error_td fz_objt_edit_nrbz_curve_blend(
fzrt_int | windex, |
crv_obj1, | |
crv_obj2, | |
which_end1, | |
which_end2, | |
align_type, | |
fzrt_int | degree, |
new_obj ) |
Parameters
windex [Input]
project window index
crv_obj1 [Input]
curve nurbz object
crv_obj2 [Input]
curve nurbz object
which_end1 [Input]
end of first curve to blend
which_end2 [Input]
end of second curve to blend
align_type [Input]
alignment type (C0, G1, C1, C2)
degree [Input]
degree of the new nurbz curve
new_obj [Result]
new curve object
Returns
Error codes
MODEL_ERR_WRONG_OBJT_TYPE - source objects passed in are not
nurbz objects
Availability
5.0.0.0
Example Files
util_objt_edit_nrbz_curv_blend.fsl
See Also
fz_objt_edit_nrbz_curve_attach
Function Set
Defined in