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

Method clean_up

tools/Wires/Inflator/InflatorEngine.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void InflatorEngine::clean_up() {
162 remove_isolated_vertices();
163 MeshCleaner cleaner;
164 cleaner.remove_duplicated_vertices(m_vertices, m_faces, 1e-3);
165 remove_short_edges();
166 remove_isolated_vertices();
167}
168
169void InflatorEngine::remove_isolated_vertices() {
170 IsolatedVertexRemoval remover(m_vertices, m_faces);

Callers

nothing calls this directly

Calls 2

remove_isolated_verticesFunction · 0.85

Tested by

no test coverage detected