MCPcopy 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
123VectorI TriangleMesh::getBoundaryNodes() const {
124 return m_boundary;
125}
126
127const VectorI& TriangleMesh::getBoundaryNodesRaw() const {
128 return m_boundary;

Callers 1

check_boundary_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected