|
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) |
Public Member Functions inherited from MeshCore::MeshFacetVisitor | |
| 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.
1.8.15