Description
Sets a control point at index location to the specified Euclidian coordinate value.
Syntax
Function RFNurbsCurve.SetControlPoint(index As Long, pCtrlPoint As RFPoint3) As RFErrorCode
The SetControlPoint syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Control point index ranging from 0 to (the number of control points - 1). |
| pCtrlPoint | [IN] RFPoint3 Required. Control point coordinate to set. |