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

Method get_unselected_faces

tools/MeshUtils/SubMesh.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 check_validity(); return m_unselected_vertices;
58 }
59 MatrixIr get_unselected_faces() const {
60 check_validity(); return m_unselected_faces;
61 }
62
63 VectorI get_unselected_vertex_indices() const {
64 check_validity(); return m_unselected_vertex_indices;

Callers 2

reflectMethod · 0.80
extract_bd_facesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected