Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
MatrixIr IGLCSGTree::get_faces() const {
70
return m_igl_tree.F();
71
}
72
73
size_t IGLCSGTree::get_num_vertices() const {
74
const auto& V = m_igl_tree.V();
Callers
2
remove_duplicated_vertices
Function · 0.45
extract_result
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected