Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ get_selected_face_indices
Method
get_selected_face_indices
tools/MeshUtils/SubMesh.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
check_validity(); return m_selected_vertex_indices;
50
}
51
VectorI get_selected_face_indices() const {
52
check_validity(); return m_selected_face_indices;
53
}
54
55
// Unselected geometry
56
MatrixFr get_unselected_vertices() const {
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64