Description
Smoothes a specified NURBS curve by a specified iteration number and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.SmoothNurbsCurve(curveID As RFEntityID, iter As Long) As RFErrorCode
The SmoothNurbsCurve syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to smooth. |
| iter | [IN] Long Required. Number of smoothing iteration. |