mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +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 {
|
} else {
|
||||||
std::stringstream str;
|
std::stringstream str;
|
||||||
|
#if OCC_VERSION_HEX >= 0x70000
|
||||||
builder->DumpErrors(str);
|
builder->DumpErrors(str);
|
||||||
Logger::Notice(str.str());
|
#else
|
||||||
|
str << "Error code :" << builder->ErrorStatus();
|
||||||
|
#endif
|
||||||
|
Logger::Notice(str.str());
|
||||||
}
|
}
|
||||||
delete builder;
|
delete builder;
|
||||||
if (!success) {
|
if (!success) {
|
||||||
|
|||||||
+1
-1
Submodule test/input updated: ad80015ebf...a75c92451c
Reference in New Issue
Block a user