Merge branch 'master' into v0.6.0

This commit is contained in:
Thomas Krijnen
2019-01-05 13:43:19 +01:00
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -3713,8 +3713,12 @@ bool IfcGeom::Kernel::boolean_operation(const TopoDS_Shape& a, const TopTools_Li
}
} else {
std::stringstream str;
#if OCC_VERSION_HEX >= 0x70000
builder->DumpErrors(str);
Logger::Notice(str.str());
#else
str << "Error code :" << builder->ErrorStatus();
#endif
Logger::Notice(str.str());
}
delete builder;
if (!success) {