MCPcopy 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
25MatrixIr BoundaryFaces::get_boundaries() const {
26 return m_boundaries;
27}
28
29VectorI BoundaryFaces::get_boundary(size_t bi) const {
30 assert(bi < m_boundaries.rows());

Callers 8

init_boundary_edgesMethod · 0.45
extract_bd_loopsMethod · 0.45
remesh_bd_facesMethod · 0.45
init_boundaryMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected