Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getBoundaryNodes
Method
getBoundaryNodes
tools/Assembler/Mesh/TriangleMesh.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
VectorI TriangleMesh::getBoundaryNodes() const {
124
return m_boundary;
125
}
126
127
const VectorI& TriangleMesh::getBoundaryNodesRaw() const {
128
return m_boundary;
Callers
1
check_boundary_node
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected