mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Merge branch 'master' into v0.6.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
IfcOpenShell
|
IfcOpenShell
|
||||||
============
|
============
|
||||||
IfcOpenShell is an open source ([LGPL]) software library for working with the Industry Foundation Classes ([IFC])
|
IfcOpenShell is an open source ([LGPL]) software library for working with the Industry Foundation Classes ([IFC])
|
||||||
file format. Currently supported IFC releases are [IFC2x3 TC1] and [IFC4 Add1].
|
file format. Currently supported IFC releases are [IFC2x3 TC1] and [IFC4 Add2 TC1].
|
||||||
|
|
||||||
For more information, see
|
For more information, see
|
||||||
* [http://ifcopenshell.org](http://ifcopenshell.org)
|
* [http://ifcopenshell.org](http://ifcopenshell.org)
|
||||||
|
|||||||
@@ -2223,6 +2223,8 @@ 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(surfaces.begin(), surfaces.end());
|
std::reverse(surfaces.begin(), surfaces.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user