Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_boundary_edges
Method
get_num_boundary_edges
tools/MeshUtils/MeshChecker.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
size_t MeshChecker::get_num_boundary_edges() const {
130
return m_boundary_edges.rows();
131
}
132
133
size_t MeshChecker::get_num_boundary_loops() const {
134
return m_boundary_loops.size();
Callers
2
num_boundary_edges
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64