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

Method get_unselected_vertices

tools/MeshUtils/SubMesh.h:56–58  ·  view source on GitHub ↗

Unselected geometry

Source from the content-addressed store, hash-verified

54
55 // Unselected geometry
56 MatrixFr get_unselected_vertices() const {
57 check_validity(); return m_unselected_vertices;
58 }
59 MatrixIr get_unselected_faces() const {
60 check_validity(); return m_unselected_faces;
61 }

Callers 2

reflectMethod · 0.80
extract_bd_facesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected