1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Handle CGAL exceptions and add tests for mesh boolean operations

Add conversion to exact predicates exact construction kernel format for consecutive booleans (experiments)
This commit is contained in:
tamasmeszaros
2020-02-05 17:39:56 +01:00
parent 6f777264a1
commit bd76c345f2
6 changed files with 231 additions and 128 deletions
+1
View File
@@ -12,6 +12,7 @@ add_executable(${_TEST_NAME}_tests
test_polygon.cpp
test_stl.cpp
test_meshsimplify.cpp
test_meshboolean.cpp
)
if (TARGET OpenVDB::openvdb)