Description
Evaluate the point on the NURBS curve at the specified parameter.
Syntax
Function RFNurbsCurve.EvaluatePoint(param As Double, pPoint As RFPoint3) As RFErrorCode
The EvaluatePoint syntax has these parts:
| Part | Description |
|---|---|
| param | [IN] Double Required. Parameter to evaluate the point. |
| pPoint | [OUT] RFPoint3 Required. Point on the NURBS curve at the specified parameter. |