reverse styles also when reversing surfaces

This commit is contained in:
Otso Alho
2019-05-24 14:57:29 +03:00
committed by Thomas Krijnen
parent 7e089ab8b5
commit 2cfe74ce09
+1
View File
@@ -2027,6 +2027,7 @@ bool IfcGeom::Kernel::convert_layerset(const IfcSchema::IfcProduct* product, std
}
if (positive) {
std::reverse(styles.begin(), styles.end());
std::reverse(surfaces.begin(), surfaces.end());
}