Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_num_faces
Method
get_num_faces
src/Geometry/MeshGeometry.h:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
size_t get_num_faces() const {
43
return m_faces.size() / m_vertex_per_face;
44
}
45
46
size_t get_num_voxels() const {
47
if (m_vertex_per_voxel != 0)
Callers
15
regroup_attribute_names
Method · 0.45
add_face_elements_header
Method · 0.45
write_face_elements
Method · 0.45
write_surface_mesh
Method · 0.45
write_mesh
Method · 0.45
write_face_file
Method · 0.45
init_vertex_adjacencies
Method · 0.45
init_face_adjacencies
Method · 0.45
compute_from_mesh
Method · 0.45
compute_from_mesh
Method · 0.45
compute_from_mesh
Method · 0.45
compute_from_surface_mesh
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
compute_from_mesh
Method · 0.36