mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
fix construction schedule import without IfcProject #4412
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user