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 | [IN] RFEntityID Required. Shell's RFEntityID to smooth. |
| iter | [IN] Long Required. Number of smoothing iterations. |
| weight | [IN] Double Required. Weight value to apply a smoothing operation ranging from 0.0 to 1.0 |
Remarks