mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Ported horizontal_projection() to XS
This commit is contained in:
parent
e75dbf37fa
commit
4d5d003ba7
4 changed files with 27 additions and 20 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <vector>
|
||||
#include "Point.hpp"
|
||||
#include "Polygon.hpp"
|
||||
#include "ExPolygon.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -31,6 +32,7 @@ class TriangleMesh
|
|||
void slice(const std::vector<double> &z, std::vector<Polygons> &layers);
|
||||
TriangleMeshPtrs split() const;
|
||||
void merge(const TriangleMesh* mesh);
|
||||
void horizontal_projection(ExPolygons &retval) const;
|
||||
stl_file stl;
|
||||
bool repaired;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue