mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Implemented TriangleMesh->merge
This commit is contained in:
parent
27e7c6b9f7
commit
3919ba83d8
6 changed files with 29 additions and 3 deletions
|
@ -28,6 +28,7 @@ class TriangleMesh
|
|||
void rotate(double angle, Point* center);
|
||||
std::vector<Polygons>* slice(const std::vector<double> &z);
|
||||
TriangleMeshPtrs split() const;
|
||||
void merge(const TriangleMesh* mesh);
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue