Get the parametric range of the curve.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object. |
|
| Type | Description |
| boolean | Returns true if the curve is bounded and the parameter extents were successfully returned. |
| Name | Type | Description |
| startParameter | double | The output lower bound of the parameter range. |
| endParameter | double | The output upper bound of the parameter range. |
| Name | Description |
| SketchArcs.split | Demonstrates the SketchArc.split method. |