mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixup of previous commit: actually adding new source files
This commit is contained in:
parent
2cb30f3641
commit
f60ff1c7ce
2 changed files with 80 additions and 0 deletions
17
src/libslic3r/MeshBoolean.hpp
Normal file
17
src/libslic3r/MeshBoolean.hpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef libslic3r_MeshBoolean_hpp_
|
||||
#define libslic3r_MeshBoolean_hpp_
|
||||
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class TriangleMesh;
|
||||
|
||||
namespace MeshBoolean {
|
||||
|
||||
void minus(TriangleMesh& A, const TriangleMesh& B);
|
||||
void self_union(TriangleMesh& mesh);
|
||||
|
||||
|
||||
} // namespace MeshBoolean
|
||||
} // namespace Slic3r
|
||||
#endif // libslic3r_MeshBoolean_hpp_
|
Loading…
Add table
Add a link
Reference in a new issue