mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Untested implementation of split_mesh()
This commit is contained in:
parent
b6548137de
commit
93dddb7ee2
2 changed files with 50 additions and 0 deletions
|
@ -23,6 +23,7 @@ class TriangleMesh
|
|||
void align_to_origin();
|
||||
void rotate(double angle, Point* center);
|
||||
std::vector<Polygons>* slice(const std::vector<double> &z);
|
||||
std::vector<TriangleMesh> split() const;
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue