1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Ported some more methods to C++

This commit is contained in:
Alessandro Ranellucci
2014-08-08 21:48:59 +02:00
parent 678112b926
commit 5a96bad8c2
9 changed files with 61 additions and 50 deletions
+1
View File
@@ -45,6 +45,7 @@ class TriangleMesh
void convex_hull(Polygon* hull);
void bounding_box(BoundingBoxf3* bb) const;
void reset_repair_stats();
bool needed_repair() const;
stl_file stl;
bool repaired;