Fix for products with openings

This commit is contained in:
Thomas Krijnen
2014-04-12 23:20:21 +02:00
parent 39b3e03fc5
commit 562210b862
+1
View File
@@ -629,6 +629,7 @@ std::string IfcGeom::create_brep_data(Ifc2x3::IfcProduct* ifc_product) {
it->prepend(trsf);
}
trsf = gp_Trsf();
shapes = opened_shapes;
} else {
for ( IfcGeom::IfcRepresentationShapeItems::iterator it = shapes.begin(); it != shapes.end(); ++ it ) {
it->prepend(trsf);