#include "MRMeshFwd.h"
#include "MRVector.h"
Go to the source code of this file.
◆ mrMeshBuilderUniteCloseVertices()
the function finds groups of mesh vertices located closer to each other than
- Parameters
-
closeDist,and | unites such vertices in one; then the mesh is rebuilt from the remaining triangles |
optionalVertOldToNew | is the mapping of vertices: before -> after |
uniteOnlyBd | if true then only boundary vertices can be united, all internal vertices (even close ones) will remain |
- Returns
- the number of vertices united, 0 means no change in the mesh