mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Implemented TriangleMesh->merge
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user