No need to check for manifoldness when processing boolean ops in 2d

This commit is contained in:
Thomas Krijnen
2024-09-09 09:57:43 +02:00
parent bcc3b43dc1
commit 89e3650d77
@@ -978,7 +978,7 @@ bool IfcGeom::util::boolean_operation(const boolean_settings& settings, const To
return true;
}
if (Logger::LOG_NOTICE >= Logger::Verbosity()) {
if (!is_2d && Logger::LOG_NOTICE >= Logger::Verbosity()) {
PERF("preliminary manifoldness check");
if (!a.IsNull()) {