RFPointTools.SmoothPoints



Your Ad Here

Description

Smoothes vertices in a specified shell to reduce the roughness and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFPointTools.SmoothPoints(shellID As RFEntityID, iter As Long, weight As Double) As RFErrorCode

The SmoothPoints syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to smooth.
iter [INLong Required. Number of smoothing iterations.
weight [INDouble Required. Weight value to apply a smoothing operation ranging from 0.0 to 1.0

Remarks

Return to Rapidform Index


Your Ad Here