From 2b3ec6601747b9e25c4521a822b0fca54eb2405c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 9 Oct 2025 08:45:25 +0200 Subject: [PATCH] mark failed_on_purpose on IfcBoundingBox without --keep-bounding-boxes #7215 --- src/ifcgeom/mapping/IfcBoundingBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/mapping/IfcBoundingBox.cpp b/src/ifcgeom/mapping/IfcBoundingBox.cpp index 21085fb2bb..0de182a648 100644 --- a/src/ifcgeom/mapping/IfcBoundingBox.cpp +++ b/src/ifcgeom/mapping/IfcBoundingBox.cpp @@ -24,7 +24,7 @@ using namespace ifcopenshell::geometry; taxonomy::ptr mapping::map_impl(const IfcSchema::IfcBoundingBox* inst) { if (!settings_.get().get()) { - // @todo make sure it doesn't log. + failed_on_purpose_.insert(inst); return nullptr; }