Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ num_faces
Method
num_faces
src/IO/MEDITParser.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
size_t MEDITParser::num_faces() const {
96
if (m_vertex_per_face == 0) return 0;
97
else return m_faces.size() / m_vertex_per_face;
98
}
99
100
size_t MEDITParser::num_voxels() const {
101
if (m_vertex_per_voxel == 0) return 0;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected