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

Method getBoundaryFace

tools/Assembler/Mesh/TriangleMesh.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104VectorI TriangleMesh::getBoundaryFace(size_t bfi) const {
105 assert(bfi < getNbrBoundaryFaces());
106 return m_boundary_edges.row(bfi);
107}
108
109Float TriangleMesh::getBoundaryFaceArea(size_t bfi) const {
110 assert(bfi < getNbrBoundaryFaces());

Calls

no outgoing calls

Tested by

no test coverage detected