MCPcopy 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
129size_t MeshChecker::get_num_boundary_edges() const {
130 return m_boundary_edges.rows();
131}
132
133size_t MeshChecker::get_num_boundary_loops() const {
134 return m_boundary_loops.size();

Callers 2

num_boundary_edgesMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64