MCPcopy 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
43VectorI BoundaryFaces::get_boundary_nodes() const {
44 return m_boundary_nodes;
45}
46
47void BoundaryFaces::extract_boundary(const Mesh& mesh) {
48 typedef TripletMap<size_t> FaceVoxelMap;

Callers 5

merge_boundaryMethod · 0.45
runMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36