Merge remote-tracking branch 'origin/v0.6.0' into v0.7.0

This commit is contained in:
Thomas Krijnen
2021-08-23 13:13:40 +02:00
330 changed files with 9637 additions and 2189 deletions
@@ -598,6 +598,10 @@ namespace IfcGeom {
return false;
}
if (products->size() == 1) {
return true;
}
std::set<const IfcSchema::IfcMaterial*> associated_single_materials;
for (IfcSchema::IfcProduct::list::it it = products->begin(); it != products->end(); ++it) {