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