Get the point on the curve that corresponds to evaluating a parameter position on the curve.
"curveEvaluator2D_var" is a variable referencing a CurveEvaluator2D object.
|
|
Type | Description |
boolean | Returns true if the point was successfully returned. |
Name | Type | Description |
parameter | double | The parameter position to evaluate the curve position at. The parameter value must be within the range of the parameter extents as provided by getParameterExtents. |
point | Point2D | The output curve position corresponding to evaluating the curve at that parameter position. |