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

Method is_on_boundary

tools/Wires/Misc/BoxChecker.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool BoxChecker::is_on_boundary(const VectorF& p) const {
43 return (!is_inside(p)) && (!is_outside(p));
44}
45
46bool BoxChecker::is_on_boundary_edges(const VectorF& p) const {
47 if (!is_on_boundary(p)) return false;

Callers 7

refine_bd_loopsMethod · 0.80
update_face_sourcesMethod · 0.80
ensure_periodicityMethod · 0.80
update_face_sourcesMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64