Get the point on the curve that corresponds to evaluating a parameter position on the curve.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D 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 | Point3D | The output curve position corresponding to evaluating the curve at that parameter position. |
| Name | Description |
| SketchArcs.split | Demonstrates the SketchArc.split method. |