Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getElements
Method
getElements
tools/Assembler/Elements/TriangleElements.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
VectorI TriangleElements::getElements() const {
37
return m_mesh->get_faces();
38
}
39
40
VectorI TriangleElements::getElement(size_t ei) const {
41
return m_mesh->get_face(ei);
Callers
nothing calls this directly
Calls
1
get_faces
Method · 0.45
Tested by
no test coverage detected