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

Method match_bd_loops

tools/Wires/Inflator/PeriodicBoundaryRemesher.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void PeriodicBoundaryRemesher::match_bd_loops() {
256 match_bd_loops(X);
257 match_bd_loops(Y);
258 match_bd_loops(Z);
259}
260
261void PeriodicBoundaryRemesher::match_bd_loops(short axis) {
262 const Float tol = 1e-12;

Callers

nothing calls this directly

Calls 3

get_items_near_pointMethod · 0.80
insertMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected