This commit is contained in:
Thomas Krijnen
2020-09-14 14:03:35 +02:00
parent df886b3a6b
commit 3440dd4bf7
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ namespace IfcGeom {
// Triangulate the shape
try {
BRepMesh_IncrementalMesh(s, settings().deflection_tolerance());
BRepMesh_IncrementalMesh(s, settings().deflection_tolerance(), false, settings().angular_tolerance());
} catch(...) {
Logger::Message(Logger::LOG_ERROR, "Failed to triangulate shape");
continue;