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

Method get_num_boundaries

tools/MeshUtils/BoundaryFaces.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21size_t BoundaryFaces::get_num_boundaries() const {
22 return m_boundaries.rows();
23}
24
25MatrixIr BoundaryFaces::get_boundaries() const {
26 return m_boundaries;

Callers 4

init_boundary_nodesMethod · 0.45
runMethod · 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