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

Method clean_up

tools/Wires/Inflator/PeriodicBoundaryRemesher.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void PeriodicBoundaryRemesher::clean_up() {
123 MeshCleaner cleaner;
124 cleaner.clean(m_vertices, m_faces, 1e-3);
125}
126
127void PeriodicBoundaryRemesher::label_bd_faces() {
128 m_bd_face_markers.clear();

Callers

nothing calls this directly

Calls 1

cleanMethod · 0.80

Tested by

no test coverage detected