1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

TriangleSelector: backend is aware of divided triangles

This commit is contained in:
Lukas Matena
2020-07-15 10:28:20 +02:00
parent 0756a7e4b3
commit 3b91d11ddf
5 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ public:
const std::map<int, std::vector<bool>>& get_data() const { return m_data; }
void set(const TriangleSelector& selector);
std::vector<int> get_facets(FacetSupportType type) const;
indexed_triangle_set get_facets(const ModelVolume& mv, FacetSupportType type) const;
void clear();
ClockType::time_point get_timestamp() const { return timestamp; }