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