Initialize IfcGeomIterator so that no entities are skipped by default

This commit is contained in:
Thomas Krijnen
2015-02-19 20:17:53 +00:00
parent 73266ea216
commit 6822e84849
+4
View File
@@ -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;