We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73266ea commit 6822e84Copy full SHA for 6822e84
1 file changed
src/ifcgeom/IfcGeomIterator.h
@@ -436,6 +436,10 @@ namespace IfcGeom {
436
current_triangulation = 0;
437
current_shape_model = 0;
438
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;
443
444
unit_name = "METER";
445
unit_magnitude = 1.f;
0 commit comments