Get the parameter position that correspond to a point on the curve. For reliable results, the point should lie on the curve within model tolerance. If the point does not lie on the curve, the parameter of the nearest point on the curve will generally be returned.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object.
|
|
Type | Description |
boolean | Returns true of the parameter was successfully returned. |
Name | Type | Description |
point | Point3D | The point to get the curve parameter value at. |
parameter | double | The output parameter position corresponding to the point. |