mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
More unfinished work
This commit is contained in:
13
xs/src/SurfaceCollection.cpp
Normal file
13
xs/src/SurfaceCollection.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "SurfaceCollection.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
void
|
||||
simplify(double tolerance)
|
||||
{
|
||||
for (Surfaces::iterator it = this->surfaces.begin(); it != this->surfaces.end(); ++it) {
|
||||
throw "Unimplemented";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user