Don't check for BOPAlgo_AlertAcquiredSelfIntersection at all for now

This commit is contained in:
Thomas Krijnen
2024-12-10 21:45:39 +01:00
parent 139b83ea0c
commit a84a5815d6
@@ -1155,7 +1155,7 @@ bool IfcGeom::util::boolean_operation(const boolean_settings& settings, const To
builder->Build();
}
if (builder->IsDone()) {
if (allow_retry && builder->DSFiller()->HasWarning(STANDARD_TYPE(BOPAlgo_AlertAcquiredSelfIntersection))) {
if (false && builder->DSFiller()->HasWarning(STANDARD_TYPE(BOPAlgo_AlertAcquiredSelfIntersection))) {
Logger::Notice("Builder reports self-intersection in output");
success = false;