1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Ported Slic3r::Polyline::Collection

This commit is contained in:
Alessandro Ranellucci
2013-08-30 00:06:10 +02:00
parent fb82de9aaf
commit 1cfdf7e955
12 changed files with 194 additions and 46 deletions
+1
View File
@@ -9,6 +9,7 @@ namespace Slic3r {
class Polyline : public MultiPoint {
public:
Lines lines();
SV* to_SV_ref() const;
};
typedef std::vector<Polyline> Polylines;