Skip to content

Commit 12e9f7b

Browse files
committed
Merge branch 'master' into v0.6.0
2 parents 443b8c2 + 491dc57 commit 12e9f7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IfcOpenShell
22
============
33
IfcOpenShell is an open source ([LGPL]) software library for working with the Industry Foundation Classes ([IFC])
4-
file format. Currently supported IFC releases are [IFC2x3 TC1] and [IFC4 Add1].
4+
file format. Currently supported IFC releases are [IFC2x3 TC1] and [IFC4 Add2 TC1].
55

66
For more information, see
77
* [http://ifcopenshell.org](http://ifcopenshell.org)

src/ifcgeom/IfcGeomFunctions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,6 +2223,8 @@ bool IfcGeom::Kernel::convert_layerset(const IfcSchema::IfcProduct* product, std
22232223
}
22242224

22252225
if (positive) {
2226+
std::reverse(thicknesses.begin(), thicknesses.end());
2227+
std::reverse(styles.begin(), styles.end());
22262228
std::reverse(surfaces.begin(), surfaces.end());
22272229
}
22282230

0 commit comments

Comments
 (0)