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