Skip to content

Commit 2cfe74c

Browse files
otsoaaothms
authored andcommitted
reverse styles also when reversing surfaces
1 parent 7e089ab commit 2cfe74c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ifcgeom/IfcGeomFunctions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,7 @@ bool IfcGeom::Kernel::convert_layerset(const IfcSchema::IfcProduct* product, std
20272027
}
20282028

20292029
if (positive) {
2030+
std::reverse(styles.begin(), styles.end());
20302031
std::reverse(surfaces.begin(), surfaces.end());
20312032
}
20322033

0 commit comments

Comments
 (0)