MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_num_faces

Method get_num_faces

tools/MeshUtils/ShortEdgeRemoval.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363size_t ShortEdgeRemoval::get_num_faces() const {
364 return m_faces.rows();
365}
366
367size_t ShortEdgeRemoval::get_dim() const {
368 return m_vertices.cols();

Calls

no outgoing calls

Tested by

no test coverage detected