mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Ported some methods to XS
This commit is contained in:
parent
1813a309a7
commit
380dd8adfc
13 changed files with 176 additions and 93 deletions
|
@ -10,6 +10,9 @@ class SurfaceCollection
|
|||
{
|
||||
public:
|
||||
Surfaces surfaces;
|
||||
|
||||
operator Polygons() const;
|
||||
operator ExPolygons() const;
|
||||
void simplify(double tolerance);
|
||||
void group(std::vector<SurfacesPtr> *retval);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue