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

Method get_faces

tools/MeshUtils/ShortEdgeRemoval.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 size_t run(Float threshold);
33 MatrixFr get_vertices() const;
34 MatrixIr get_faces() const { return m_faces; }
35 VectorI get_face_indices() const { return m_face_indices; }
36
37 private:

Callers 1

__collapse_CMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected