formZ SDK | 5.0 API Reference | System | Nurbs Surface
Description
Merges two NURBS surfaces using smoothness value. Returns a new NURBS surface. 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_nsrf_merge_smooth(
lsrf, | |
rsrf, | |
double | smoothness, |
merge_srf ) |
Parameters
lsrf [Input]
NURBS surface 1
rsrf [Input]
NURBS surface 2
smoothness [Input]
amount of smoothness
merge_srf [Result]
NURBS surface
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in