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

Method get_selected_vertices

tools/MeshUtils/SubMesh.h:41–43  ·  view source on GitHub ↗

Selected geometry

Source from the content-addressed store, hash-verified

39
40 // Selected geometry
41 MatrixFr get_selected_vertices() const {
42 check_validity(); return m_selected_vertices;
43 }
44 MatrixIr get_selected_faces() const {
45 check_validity(); return m_selected_faces;
46 }

Callers 3

extract_bd_facesMethod · 0.80
SubMeshTest.hFile · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64