inverse thicknesses

This commit is contained in:
Otso Alho
2019-06-06 09:09:36 +03:00
committed by Thomas Krijnen
parent 2cfe74ce09
commit 19ed074b4a
+1
View File
@@ -2027,6 +2027,7 @@ 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());
}