Description
Adds a NURBS curve having the specified name and returns an RFEntityID value of the new NURBS curve.
Syntax
Function RFModel.AddNurbsCurve(Name As String) As RFEntityID
The AddNurbsCurve syntax has these parts:
| Part | Description |
|---|---|
| Name | [IN] String Required. String expression that identifies NURBS curve's name to be created. |
Remarks