fix for structural surface items #1751

This commit is contained in:
Jesusbill
2021-10-04 21:31:10 +02:00
parent 39fa932037
commit df2a2edeea
@@ -632,6 +632,8 @@ class IfcImporter:
self.create_curve_products(self.file.by_type("IfcStructuralCurveMember"))
self.create_curve_products(self.file.by_type("IfcStructuralCurveConnection"))
self.create_curve_products(self.file.by_type("IfcStructuralSurfaceMember"))
self.create_curve_products(self.file.by_type("IfcStructuralSurfaceConnection"))
self.create_structural_point_connections()
def create_structural_point_connections(self):