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

Method get_faces

tools/MeshUtils/Subdivision.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 public:
30 MatrixFr get_vertices() const { return m_vertices; }
31 MatrixIr get_faces() const { return m_faces; }
32 VectorI get_face_indices() const { return m_face_indices; }
33
34 size_t get_num_vertices() const { return m_vertices.rows(); }

Calls

no outgoing calls

Tested by

no test coverage detected