mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Change method signature for slice()
This commit is contained in:
parent
878d587196
commit
67a7e4f769
3 changed files with 11 additions and 13 deletions
|
@ -28,7 +28,7 @@ class TriangleMesh
|
|||
void translate(float x, float y, float z);
|
||||
void align_to_origin();
|
||||
void rotate(double angle, Point* center);
|
||||
std::vector<Polygons>* slice(const std::vector<double> &z);
|
||||
void slice(const std::vector<double> &z, std::vector<Polygons> &layers);
|
||||
TriangleMeshPtrs split() const;
|
||||
void merge(const TriangleMesh* mesh);
|
||||
stl_file stl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue