mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Ported Slic3r::Polyline::Collection
This commit is contained in:
parent
fb82de9aaf
commit
1cfdf7e955
12 changed files with 194 additions and 46 deletions
|
@ -9,6 +9,7 @@ namespace Slic3r {
|
|||
class Polyline : public MultiPoint {
|
||||
public:
|
||||
Lines lines();
|
||||
SV* to_SV_ref() const;
|
||||
};
|
||||
|
||||
typedef std::vector<Polyline> Polylines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue