TriangleSelector: 'Select by angle' and 'reset selection' functions fixed

This commit is contained in:
Lukas Matena 2020-07-14 14:02:39 +02:00
parent 6baff45759
commit 0756a7e4b3
4 changed files with 31 additions and 78 deletions

View file

@ -32,6 +32,9 @@ public:
FacetSupportType new_state); // enforcer or blocker?
// Set facet of the mesh to a given state. Only works for original triangles.
void set_facet(int facet_idx, FacetSupportType state);
// Clear everything and make the tree empty.
void reset();