mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
inverse thicknesses
This commit is contained in:
committed by
Thomas Krijnen
parent
2cfe74ce09
commit
19ed074b4a
@@ -2027,6 +2027,7 @@ bool IfcGeom::Kernel::convert_layerset(const IfcSchema::IfcProduct* product, std
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (positive) {
|
if (positive) {
|
||||||
|
std::reverse(thicknesses.begin(), thicknesses.end());
|
||||||
std::reverse(styles.begin(), styles.end());
|
std::reverse(styles.begin(), styles.end());
|
||||||
std::reverse(surfaces.begin(), surfaces.end());
|
std::reverse(surfaces.begin(), surfaces.end());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user