formZ SDK | 5.0 API Reference | System | Nurbs Surface

fz_nsrf_merge_smooth

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(

fz_nurbs_srf_ptr

lsrf,

fz_nurbs_srf_ptr

rsrf,

double

smoothness,

fz_nurbs_srf_ptr *

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

util_nsrf.fsl

See Also

fz_nsrf_merge_align

Function Set

fz_nsrf_fset


Defined in

fz_nsrf_api.h