Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_boundary_nodes
Method
get_boundary_nodes
tools/MeshUtils/BoundaryFaces.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
VectorI BoundaryFaces::get_boundary_nodes() const {
44
return m_boundary_nodes;
45
}
46
47
void BoundaryFaces::extract_boundary(const Mesh& mesh) {
48
typedef TripletMap<size_t> FaceVoxelMap;
Callers
5
merge_boundary
Method · 0.45
run
Method · 0.45
__init_surface_boundaries
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36