Skip to content

Commit 6822e84

Browse files
committed
Initialize IfcGeomIterator so that no entities are skipped by default
1 parent 73266ea commit 6822e84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ifcgeom/IfcGeomIterator.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ namespace IfcGeom {
436436
current_triangulation = 0;
437437
current_shape_model = 0;
438438
current_serialization = 0;
439+
440+
// Upon initialisation, the (empty) set of entity names,
441+
// should be excluded, or no products would be processed.
442+
include_entities_in_processing = false;
439443

440444
unit_name = "METER";
441445
unit_magnitude = 1.f;

0 commit comments

Comments
 (0)