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

Method get_faces

tools/Boolean/IGL/IGLCSGTree.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69MatrixIr IGLCSGTree::get_faces() const {
70 return m_igl_tree.F();
71}
72
73size_t IGLCSGTree::get_num_vertices() const {
74 const auto& V = m_igl_tree.V();

Callers 2

extract_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected