mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +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) {
|
if (positive) {
|
||||||
|
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