mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-02 18:12:43 +00:00
Ported ExtrusionPath::Collection
This commit is contained in:
@@ -5,13 +5,10 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
typedef std::vector<Surface> Surfaces;
|
||||
|
||||
class SurfaceCollection
|
||||
{
|
||||
public:
|
||||
Surfaces surfaces;
|
||||
SV* arrayref();
|
||||
SurfacesPtr surfaces;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user