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

Method is_closed

tools/MeshUtils/MeshChecker.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool MeshChecker::is_closed() const {
117 return m_boundary_edges.rows() == 0;
118}
119
120bool MeshChecker::has_edge_with_odd_adj_faces() const {
121 for (auto adj : m_edge_face_adjacency) {

Callers 4

runMethod · 0.45
assert_mesh_is_closedFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36