1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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
+3
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();