mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
reverse styles also when reversing surfaces
This commit is contained in:
committed by
Thomas Krijnen
parent
7e089ab8b5
commit
2cfe74ce09
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user