MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / getNbrBoundaryNodes

Method getNbrBoundaryNodes

tools/Assembler/Mesh/TriangleMesh.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119size_t TriangleMesh::getNbrBoundaryNodes() const {
120 return m_boundary.size();
121}
122
123VectorI TriangleMesh::getBoundaryNodes() const {
124 return m_boundary;

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected