Get the end points of the curve.
"curveEvaluator2D_var" is a variable referencing a CurveEvaluator2D object.
|
|
Type | Description |
boolean | Returns true if the end points were successfully returned. |
Name | Type | Description |
startPoint | Point2D | The output start point of the curve. If the curve is unbounded at the start, this value will be null. |
endPoint | Point2D | The output end point of the curve. If the curve is unbounded at the end, this value will be null. |