Description
Returns an RFEntityID value of the NURBS surface for the specified index.
Syntax
Function RFModel.GetNurbsSurfaceAt(index As Long, pSurfaceID As RFEntityID) As RFErrorCode
The GetNurbsSurfaceAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Index of the NURBS surface. |
| pSurfaceID | [OUT] RFEntityID Required. NURBS surface's RFEntityID. |
Remarks