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

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;