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