mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Finished --cut implementation
This commit is contained in:
parent
fe1691c151
commit
4f5d9ca795
8 changed files with 2009 additions and 10 deletions
|
@ -30,6 +30,7 @@ class ExPolygon
|
|||
void get_trapezoids(Polygons* polygons) const;
|
||||
void get_trapezoids(Polygons* polygons, double angle) const;
|
||||
void triangulate(Polygons* polygons) const;
|
||||
void triangulate2(Polygons* polygons) const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* poly_sv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue