From cd2b0c3a051dd0dee134972bffb87a8504816414 Mon Sep 17 00:00:00 2001 From: Ivano Ras Date: Tue, 19 Jul 2016 15:31:37 +0100 Subject: [PATCH] fix #106. (#107) --- src/ifcgeom/IfcGeomIterator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcgeom/IfcGeomIterator.h b/src/ifcgeom/IfcGeomIterator.h index d04686430c..24ea6aa137 100644 --- a/src/ifcgeom/IfcGeomIterator.h +++ b/src/ifcgeom/IfcGeomIterator.h @@ -548,6 +548,8 @@ namespace IfcGeom { element = kernel.create_brep_for_processed_representation(settings, representation, product, current_shape_model); } + Logger::SetProduct(boost::none); + if ( !element ) { _nextShape(); continue;