mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 23:11:00 +00:00
Fix for products with openings
This commit is contained in:
@@ -629,6 +629,7 @@ std::string IfcGeom::create_brep_data(Ifc2x3::IfcProduct* ifc_product) {
|
|||||||
it->prepend(trsf);
|
it->prepend(trsf);
|
||||||
}
|
}
|
||||||
trsf = gp_Trsf();
|
trsf = gp_Trsf();
|
||||||
|
shapes = opened_shapes;
|
||||||
} else {
|
} else {
|
||||||
for ( IfcGeom::IfcRepresentationShapeItems::iterator it = shapes.begin(); it != shapes.end(); ++ it ) {
|
for ( IfcGeom::IfcRepresentationShapeItems::iterator it = shapes.begin(); it != shapes.end(); ++ it ) {
|
||||||
it->prepend(trsf);
|
it->prepend(trsf);
|
||||||
|
|||||||
Reference in New Issue
Block a user