SurfaceEvaluator.isParameterOnFace Method
Parent Object:
SurfaceEvaluatorDefined in namespace "adsk::core" and the header file is <Core/Geometry/SurfaceEvaluator.h>
Description
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.
Syntax
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.returnValue = surfaceEvaluator_var.isParameterOnFace(parameter)
|
"surfaceEvaluator_var" is a variable referencing a SurfaceEvaluator object.
#include <Core/Geometry/SurfaceEvaluator.h>
returnValue = surfaceEvaluator_var->isParameterOnFace(parameter);
|
Return Value
boolean |
Returns true if the parameter position lies within the surface. |
Parameters
parameter |
Point2D |
The parameter position to test. |
Version
Introduced in version August 2014