Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ getElements
Method
getElements
tools/Assembler/Mesh/TriangleMesh.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
VectorI TriangleMesh::getElements() const {
65
return m_mesh->get_faces();
66
}
67
68
const VectorI& TriangleMesh::getElementsRaw() const {
69
return m_mesh->get_faces();
Callers
4
check_face_elements
Method · 0.45
check_voxel_elements
Method · 0.45
check_face_elements
Method · 0.45
check_voxel_elements
Method · 0.45
Calls
1
get_faces
Method · 0.45
Tested by
no test coverage detected