Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
bool MeshChecker::is_closed() const {
117
return m_boundary_edges.rows() == 0;
118
}
119
120
bool MeshChecker::has_edge_with_odd_adj_faces() const {
121
for (auto adj : m_edge_face_adjacency) {
Callers
4
run
Method · 0.45
assert_mesh_is_closed
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36