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

Method is_on_boundary_edges

tools/Wires/Misc/BoxChecker.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool BoxChecker::is_on_boundary_edges(const VectorF& p) const {
47 if (!is_on_boundary(p)) return false;
48 return get_dim_on_border(p) > 1;
49}
50
51bool BoxChecker::is_on_boundary_corners(const VectorF& p) const {
52 if (!is_on_boundary(p)) return false;

Callers 5

refine_bd_loopsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64