Description
Smoothes a specified NURBS surface by a specified iteration number and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFSurfaceTools.SmoothNurbsSurface(surfaceID As RFEntityID, iter As Long, weight As Double) As RFErrorCode
The SmoothNurbsSurface syntax has these parts:
| Part | Description |
|---|---|
| surfaceID | [IN] RFEntityID Required. NURBS surface to smooth. |
| iter | [IN] Long Required. Number of smoothing iteration. |
| weight | [IN] Double Required. Weight value to apply a smoothing operation ranging from 0.0 to 1.0 |