MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / clean_up

Method clean_up

tools/Boolean/BooleanEngine.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void BooleanEngine::clean_up() {
82 remove_duplicated_vertices();
83 remove_short_edges();
84 remove_isolated_vertices();
85}
86
87void BooleanEngine::remove_duplicated_vertices() {
88 DuplicatedVertexRemoval remover(m_vertices, m_faces);

Callers

nothing calls this directly

Calls 2

remove_isolated_verticesFunction · 0.85

Tested by

no test coverage detected