mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Merge branch 'master' into v0.6.0
This commit is contained in:
@@ -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) {
|
||||
|
||||
+1
-1
Submodule test/input updated: ad80015ebf...a75c92451c
Reference in New Issue
Block a user