MCPcopy 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

write_face_elementsMethod · 0.45
write_surface_meshMethod · 0.45
write_meshMethod · 0.45
write_face_fileMethod · 0.45
init_face_adjacenciesMethod · 0.45
compute_from_meshMethod · 0.45
compute_from_meshMethod · 0.45
compute_from_meshMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

compute_from_meshMethod · 0.36