RFSurfaceTools.SmoothNurbsSurface



Your Ad Here

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 [INRFEntityID Required. NURBS surface to smooth.
iter [INLong Required. Number of smoothing iteration.
weight [INDouble Required. Weight value to apply a smoothing operation ranging from 0.0 to 1.0

 

Return to Rapidform Index


Your Ad Here