Description
Sets start and end points of NURBS curve as specified homogeneous coordinates.
Syntax
Function RFNurbsCurve.SetHEndPoint(pStPoint As RFHPoint, pEndPoint As RFHPoint) As RFErrorCode
The SetHEndPoint syntax has these parts:
| Part | Description |
|---|---|
| pStPoint | [IN] RFHPoint Required. Homogeneous coordinates of the start point to set. |
| pEndPoint | [IN] RFHPoint Required. Homogeneous coordinates of the end point to set. |