Description
Retrieves the homogeneous control point coordinate of the NURBS surface at the specified index location.
Syntax
Function RFNurbsSurface.GetHControlPoint(uIndex As Long, vIndex As Long, pPoint As RFHPoint) As RFErrorCode
The GetHControlPoint syntax has these parts:
| Part | Description |
|---|---|
| uIndex | [IN] Long Required. Control point index of the NURBS surface in U parametric direction. |
| vIndex | [IN] Long Required. Control point index of the NURBS surface in V parametric direction. |
| pPoint | [OUT] RFHPoint Required. Homogeneous control point coordinate of the NURBS surface at the specified index location. |
Remarks