MeshCore::MeshFixSingleFacet Class Reference
The MeshFixSingleFacet class tries to fix a special case of non-manifolds. More...
#include <Evaluation.h>
Public Member Functions | |
bool | Fixup () |
This function attempts to change the mesh kernel to be valid according to the checked criterion: True is returned if the errors could be fixed, false otherwise. More... | |
MeshFixSingleFacet (MeshKernel &rclB, const std::vector< std::list< unsigned long > > &mf) | |
virtual | ~MeshFixSingleFacet () |
Public Member Functions inherited from MeshCore::MeshValidation | |
MeshValidation (MeshKernel &rclB) | |
virtual | ~MeshValidation () |
Detailed Description
The MeshFixSingleFacet class tries to fix a special case of non-manifolds.
- See also
- MeshEvalSingleFacet
Constructor & Destructor Documentation
◆ MeshFixSingleFacet()
MeshCore::MeshFixSingleFacet::MeshFixSingleFacet | ( | MeshKernel & | rclB, |
const std::vector< std::list< unsigned long > > & | mf | ||
) |
◆ ~MeshFixSingleFacet()
|
virtual |
Member Function Documentation
◆ Fixup()
|
virtual |
This function attempts to change the mesh kernel to be valid according to the checked criterion: True is returned if the errors could be fixed, false otherwise.
Implements MeshCore::MeshValidation.
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Evaluation.h
- src/Mod/Mesh/App/Core/Evaluation.cpp