FreeCAD C++
|
#include <Mod/Mesh/App/Core/Evaluation.h>
This class searches for nonuniform orientation of neighboured facets.
Public Member Functions | |
bool | Visit (const MeshFacet &, const MeshFacet &, unsigned long, unsigned long) |
![]() | |
MeshFacetVisitor (void) | |
Construction. | |
virtual | ~MeshFacetVisitor (void) |
Denstruction. | |
virtual bool | AllowVisit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long ulFInd, unsigned long ulLevel, unsigned short neighbourIndex) |
|
virtual |
Returns false after the first inconsistence is found, true otherwise.
Implements MeshCore::MeshFacetVisitor.
Reimplemented in MeshCore::MeshSameOrientationCollector, and MeshCore::MeshOrientationCollector.