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

Method collapse_short_bd_edges

tools/Wires/Inflator/PeriodicBoundaryRemesher.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void PeriodicBoundaryRemesher::collapse_short_bd_edges(Float tol) {
205 collapse_short_bd_edges(min_axis_marker[X], tol);
206 collapse_short_bd_edges(max_axis_marker[X], tol);
207 collapse_short_bd_edges(min_axis_marker[Y], tol);
208 collapse_short_bd_edges(max_axis_marker[Y], tol);
209 collapse_short_bd_edges(min_axis_marker[Z], tol);
210 collapse_short_bd_edges(max_axis_marker[Z], tol);
211}
212
213void PeriodicBoundaryRemesher::collapse_short_bd_edges(short label, Float tol) {
214 BoxChecker checker(m_bbox_min, m_bbox_max);

Callers

nothing calls this directly

Calls 2

is_on_boundary_edgesMethod · 0.80

Tested by

no test coverage detected