mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 16:51:21 -06:00
XS interface completed, including new Line class
This commit is contained in:
parent
9af2a1c007
commit
ab6b3d41a7
33 changed files with 435 additions and 257 deletions
|
@ -13,12 +13,7 @@ extern "C" {
|
|||
|
||||
namespace Slic3r {
|
||||
|
||||
class Polygon : public Polyline {
|
||||
protected:
|
||||
char* perl_class() {
|
||||
return (char*)"Slic3r::Polygon";
|
||||
}
|
||||
};
|
||||
class Polygon : public MultiPoint {};
|
||||
|
||||
typedef std::vector<Polygon> Polygons;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue