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

Method clean_up

tools/Wires/Tiler/TilerEngine.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void TilerEngine::clean_up(WireNetwork& wire_network, Float tol) {
141 remove_duplicated_vertices(wire_network, tol);
142 remove_duplicated_edges(wire_network);
143}
144
145void TilerEngine::remove_duplicated_vertices(WireNetwork& wire_network, Float tol) {
146 const size_t num_input_vertices = wire_network.get_num_vertices();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected