formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Curve
Description
Merges two nurbz curve objects that have a matched edge into a single new nurbz object. The object passed in must be a nurbz curve object. Returns a new nurbz curve object. The Smoothness value controls the amount of smoothness applied.
Plugin Prototype
fzrt_error_td fz_objt_edit_nrbz_curve_merge_smooth(
fzrt_int | windex, |
crv_obj1, | |
crv_obj2, | |
double | smoothness, |
new_obj ) |
Parameters
windex [Input]
project window index
crv_obj1 [Input]
curve nurbz object
crv_obj2 [Input]
curve nurbz object
smoothness [Input]
amount of smoothness
new_obj [Result]
new curve object
Returns
Error codes
Availability
5.0.0.0
Example Files
util_objt_edit_nrbz_curv_merge.fsl
See Also
fz_objt_edit_nrbz_curve_merge_align
Function Set
Defined in