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

Method remesh

tools/Wires/Inflator/PeriodicBoundaryRemesher.cpp:111–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111void PeriodicBoundaryRemesher::remesh(Float ave_edge_length) {
112 clean_up();
113 label_bd_faces();
114 extract_bd_loops();
115 collapse_short_bd_edges(1e-4);
116 match_bd_loops();
117 refine_bd_loops(ave_edge_length);
118 remesh_boundary(0.5 * ave_edge_length * ave_edge_length);
119 clean_up();
120}
121
122void PeriodicBoundaryRemesher::clean_up() {
123 MeshCleaner cleaner;

Callers 2

periodic_remeshMethod · 0.45
remesh_boundaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected