Description
Sets the Euclidian coordinate value of the control point at index location.
Syntax
Function RFNurbsSurface.SetControlPoint(uIndex As Long, vIndex As Long, pCtrlPoint As RFPoint3) As RFErrorCode
The SetControlPoint syntax has these parts:
| Part | Description |
|---|---|
| uIndex | [IN] Long Required. Control point index in the U parametric direction. |
| vIndex | [IN] Long Required. Control point index in the V parametric direction. |
| pCtrlPoint | [IN] RFPoint3 Required. Control point coordinate to set. |
Remarks