Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_face_indices
Method
get_face_indices
tools/MeshUtils/ShortEdgeRemoval.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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:
38
using Edge = Duplet;
Callers
1
__collapse_C
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected