Description
Returns an RFEntityID value indicating NURBS surface's RFEntityID having a specified indexing.
Syntax
Function RFDocument.GetSurfaceAt(index As Long, pSurfaceID As RFEntityID) As RFErrorCode
The GetSurfaceAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. NURBS surface's index. |
| pSurfaceID | [OUT] RFEntityID Required. NURBS surface's RFEntityID. |
Remarks