Open CASCADE Technology
6.8.0
|
Auxilary class implementing functionality for checking consistency of triangulation on the given face. More...
#include <BRepMesh_FaceChecker.hxx>
Public Member Functions | |
BRepMesh_FaceChecker (const Standard_Boolean isInParallel) | |
Constructor. More... | |
void | operator() (const TopoDS_Face &theFace) const |
Checker's body. More... | |
Standard_Boolean | IsValid () const |
Returns status of the check. More... | |
Auxilary class implementing functionality for checking consistency of triangulation on the given face.
|
inline |
Constructor.
isInParallel | Flag indicates that face edges should be checked in parallel. |
|
inline |
Returns status of the check.
|
inline |
Checker's body.
theFace | Face to be checked. |