Description
Sets start and end points of the NURBS curve as specified Euclidian coordinate value.
Syntax
Function RFNurbsCurve.SetEndPoint(pStPoint As RFPoint3, pEndPoint As RFPoint3) As RFErrorCode
The SetEndPoint syntax has these parts:
| Part | Description |
|---|---|
| pStPoint | [IN] RFPoint3 Required. Start point of the NURBS curve to set. |
| pEndPoint | [IN] RFPoint3 Required. End point of the NURBS curve to set. |