Description
Sets all the control points of the NURBS curve as specified homogeneous control point coordinates.
Syntax
Function RFNurbsCurve.SetHControlPoints(ptsCount As Long, pCtrlPoint As RFHPoint) As RFErrorCode
The SetHControlPoints syntax has these parts:
| Part | Description |
|---|---|
| ptsCount | [IN] Long Required. Number of homogeneous control points to set. |
| pCtrlPoint | [IN] RFHPoint Required. The first element of an RFHPoint array containig homogeneous control points. |