formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Nurbz Object
Description
Merges two nurbz surface objects that have a matched edge into a single new nurbz object. The object passed in must be a nurbz object without any trimming. Returns a new nurbz surface object. Smoothes the merged edge by manipulating the knots at the edge. The Smoothness value controls the amount of smoothness applied.
Plugin Prototype
fzrt_error_td fz_objt_edit_nrbz_merge_smooth(
fzrt_int | windex, |
srf_obj1, | |
srf_obj2, | |
double | smoothness, |
new_obj ) |
Parameters
windex [Input]
project window index
srf_obj1 [Input]
nurbz object #1
srf_obj2 [Input]
nurbz object #2
smoothness [Input]
amount of smoothness
new_obj [Result]
new object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in