Get the parameter position that correspond to a point on the surface. For reliable results, the point should lie on the surface within model tolerance. If the point does not lie on the surface, the parameter of the nearest point on the surface will generally be returned.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator 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 | Point2D | The output parameter position corresponding to the point. |