fix construction schedule import without IfcProject #4412

This commit is contained in:
Sigma Dimensions (Yass)
2024-03-13 03:15:27 +00:00
parent 4fdb78aebc
commit 8dbeb928e3
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -196,6 +196,7 @@ class Csv2Ifc:
def create_boilerplate_ifc(self):
self.file = ifcopenshell.file(schema="IFC4")
ifcopenshell.api.run("root.create_entity", self.file, ifc_class="IfcProject")
def has_property(self, product, property_name):