Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_boundary_element
Method
get_boundary_element
tools/MeshUtils/BoundaryFaces.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
size_t BoundaryFaces::get_boundary_element(size_t bi) const {
35
assert(bi < m_boundary_voxels.size());
36
return m_boundary_voxels[bi];
37
}
38
39
size_t BoundaryFaces::get_num_boundary_nodes() const {
40
return m_boundary_nodes.size();
Callers
3
init_boundary_normals
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36