Description
Creates the NURBS curve equation from points of specified shell.
Syntax
Function RFCurveTools.CreateNurbsCurveFromPointsOfShell(shellID As RFEntityID, dSearchRadius As Double, pCurveID As RFEntityID) As RFErrorCode
The CreateNurbsCurveFromPointsOfShell syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID. |
| dSearchRadius | [IN] Double Required. Radius for searching nearby points. |
| pCurveID | [OUT] RFEntityID Required. Created NURBS curve's RFEntityID. |
Remarks