Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_boundaries
Method
get_boundaries
tools/MeshUtils/BoundaryFaces.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
MatrixIr BoundaryFaces::get_boundaries() const {
26
return m_boundaries;
27
}
28
29
VectorI BoundaryFaces::get_boundary(size_t bi) const {
30
assert(bi < m_boundaries.rows());
Callers
8
init_boundary_edges
Method · 0.45
extract_boundary_edges
Method · 0.45
extract_bd_loops
Method · 0.45
remesh_bd_faces
Method · 0.45
init_boundary
Method · 0.45
run
Method · 0.45
extract_boundary_loops
Method · 0.45
__init_surface_boundaries
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected