Determines if the specified parameter position lies within the surface. When the SurfaceEvaluator is obtained from a BRepFace object, this will respect the boundaries of the face and return true when point is on the visible portion of the surface. When obtained from surface geometry it returns true if the point is within the parametric range of surface.
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.
|
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.
|
Type | Description |
boolean | Returns true if the parameter position lies within the surface. |
Name | Type | Description |
parameter | Point2D | The parameter position to test. |