Description
Sets a homogeneous control point coordinate at the specified control point index location.
Syntax
Function RFNurbsCurve.SetHControlPoint(index As Long, pCtrlPoint As RFHPoint) As RFErrorCode
The SetHControlPoint 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] RFHPoint Required. Homogeneous control point coordinate to set. |