1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Implemented TriangleMesh->merge

This commit is contained in:
Alessandro Ranellucci
2013-09-09 22:45:22 +02:00
parent 27e7c6b9f7
commit 3919ba83d8
6 changed files with 29 additions and 3 deletions
+1
View File
@@ -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;
};