MeshCore::MeshFixDegeneratedFacets Class Reference
The MeshFixDegeneratedFacets class tries to fix degenerations by removing the concerning facets. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Removes degenerated facets. More... | |
MeshFixDegeneratedFacets (MeshKernel &rclM, float fEps) | |
Construction. More... | |
~MeshFixDegeneratedFacets () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshValidation | |
MeshValidation (MeshKernel &rclB) | |
virtual | ~MeshValidation () |
Detailed Description
The MeshFixDegeneratedFacets class tries to fix degenerations by removing the concerning facets.
- See also
- MeshEvalDegeneratedFacets
Constructor & Destructor Documentation
◆ MeshFixDegeneratedFacets()
MeshCore::MeshFixDegeneratedFacets::MeshFixDegeneratedFacets | ( | MeshKernel & | rclM, |
float | fEps | ||
) |
Construction.
◆ ~MeshFixDegeneratedFacets()
MeshCore::MeshFixDegeneratedFacets::~MeshFixDegeneratedFacets | ( | ) |
Destruction.
Member Function Documentation
◆ Fixup()
|
virtual |
Removes degenerated facets.
Implements MeshCore::MeshValidation.
References MeshCore::MeshFacetIterator::Init(), MeshCore::MeshGeomFacet::IsDegenerated(), MeshCore::MeshFacetIterator::More(), MeshCore::MeshFacetIterator::Next(), MeshCore::MeshFacetIterator::Position(), MeshCore::MeshTopoAlgorithm::RemoveDegeneratedFacet(), and MeshCore::MeshFacetIterator::Set().
Referenced by Mesh::MeshObject::validateDegenerations().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Degeneration.h
- src/Mod/Mesh/App/Core/Degeneration.cpp