mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
fix for structural surface items #1751
This commit is contained in:
@@ -632,6 +632,8 @@ class IfcImporter:
|
|||||||
|
|
||||||
self.create_curve_products(self.file.by_type("IfcStructuralCurveMember"))
|
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("IfcStructuralCurveConnection"))
|
||||||
|
self.create_curve_products(self.file.by_type("IfcStructuralSurfaceMember"))
|
||||||
|
self.create_curve_products(self.file.by_type("IfcStructuralSurfaceConnection"))
|
||||||
self.create_structural_point_connections()
|
self.create_structural_point_connections()
|
||||||
|
|
||||||
def create_structural_point_connections(self):
|
def create_structural_point_connections(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user