Get the point on the surface that correspond to evaluating a parameter position on the surface.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.
|
|
Type | Description |
boolean | Returns true if the point was successfully returned. |
Name | Type | Description |
parameter | Point2D | The parameter positions to evaluate the surface position at. The parameter position must be within the range of the parameter extents as verified by isParameterOnFace. |
point | Point3D | The output point corresponding to evaluating the curve at that parameter position. |