FreeCAD C++
Public Member Functions | List of all members
MeshCore::MeshFacetModifier Class Reference

#include <Mod/Mesh/App/Core/Elements.h>

Detailed Description

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)
 

Member Function Documentation

◆ Transpose()

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.