Description
Retrieves the homogeneous control point coordinate of the NURBS curve at the specified index location.
Syntax
Function RFNurbsCurve.GetHControlPoint(index As Long, pPoint As RFHPoint) As RFErrorCode
The GetHControlPoint syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Control point index ranging from 0 to (the number of control points - 1). |
| pPoint | [OUT] RFHPoint Required. A homogeneous control point coordinate of the NURBS curve at the specified index location. |