Merge branch 'master' into v0.6.0

This commit is contained in:
Thomas Krijnen
2019-06-15 15:24:53 +02:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2223,6 +2223,8 @@ bool IfcGeom::Kernel::convert_layerset(const IfcSchema::IfcProduct* product, std
}
if (positive) {
std::reverse(thicknesses.begin(), thicknesses.end());
std::reverse(styles.begin(), styles.end());
std::reverse(surfaces.begin(), surfaces.end());
}