|
FreeCAD C++
|
#include <Mod/Mesh/App/Core/Elements.h>
MeshFacetModifier is a helper class that allows to modify the facet array of a mesh kernel but with limited access.
Public Member Functions | |
| void | Transpose (unsigned long pos, unsigned long old, unsigned long now) |
| void MeshCore::MeshFacetModifier::Transpose | ( | unsigned long | pos, |
| unsigned long | old, | ||
| unsigned long | now | ||
| ) |
Replaces the index of the corner point of the facet at position pos that is equal to old by now. If the facet does not have a corner point with this index nothing happens.
1.8.15