mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
Implement modifier volumes and port _merge_loops() to XS
This commit is contained in:
parent
b17d06f9d1
commit
c8a48b4527
10 changed files with 195 additions and 109 deletions
|
@ -14,6 +14,7 @@ typedef std::vector<Polygon> Polygons;
|
|||
|
||||
class Polygon : public MultiPoint {
|
||||
public:
|
||||
operator Polygons() const;
|
||||
Point* last_point() const;
|
||||
Lines lines() const;
|
||||
Polyline* split_at(const Point* point) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue