mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
TriangleSelector: 'Select by angle' and 'reset selection' functions fixed
This commit is contained in:
parent
6baff45759
commit
0756a7e4b3
4 changed files with 31 additions and 78 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue