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

Method get_boundary

tools/MeshUtils/BoundaryFaces.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29VectorI BoundaryFaces::get_boundary(size_t bi) const {
30 assert(bi < m_boundaries.rows());
31 return m_boundaries.row(bi);
32}
33
34size_t BoundaryFaces::get_boundary_element(size_t bi) const {
35 assert(bi < m_boundary_voxels.size());

Callers 3

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