Building topologies by triangles. More...
Static Public Member Functions | |
| static number | uniteCloseVertices (Mesh mesh, number closeDist, boolean uniteOnlyBd) |
Building topologies by triangles.
This namespace provides API for building meshes.
Simple example with key steps
the function finds groups of mesh vertices located closer to each other than
| 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 |