mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Ported some more methods to C++
This commit is contained in:
parent
678112b926
commit
5a96bad8c2
9 changed files with 61 additions and 50 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue