From 6822e84849dd1fb4b6cadb8e1f7a540b2859d9d4 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 19 Feb 2015 20:17:53 +0000 Subject: [PATCH] Initialize IfcGeomIterator so that no entities are skipped by default --- src/ifcgeom/IfcGeomIterator.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ifcgeom/IfcGeomIterator.h b/src/ifcgeom/IfcGeomIterator.h index 8bb210115b..81c4519283 100644 --- a/src/ifcgeom/IfcGeomIterator.h +++ b/src/ifcgeom/IfcGeomIterator.h @@ -436,6 +436,10 @@ namespace IfcGeom { current_triangulation = 0; current_shape_model = 0; current_serialization = 0; + + // Upon initialisation, the (empty) set of entity names, + // should be excluded, or no products would be processed. + include_entities_in_processing = false; unit_name = "METER"; unit_magnitude = 1.f;