mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
schema -> schema_identifier #6414
This commit is contained in:
@@ -55,7 +55,7 @@ class Patcher:
|
|||||||
def patch(self):
|
def patch(self):
|
||||||
self.contained_ins: dict[str, set[ifcopenshell.entity_instance]] = {}
|
self.contained_ins: dict[str, set[ifcopenshell.entity_instance]] = {}
|
||||||
self.aggregates: dict[str, set[ifcopenshell.entity_instance]] = {}
|
self.aggregates: dict[str, set[ifcopenshell.entity_instance]] = {}
|
||||||
self.new = ifcopenshell.file(schema=self.file.wrapped_data.schema)
|
self.new = ifcopenshell.file(schema=self.file.schema_identifier)
|
||||||
self.owner_history = None
|
self.owner_history = None
|
||||||
self.reuse_identities: dict[int, ifcopenshell.entity_instance] = {}
|
self.reuse_identities: dict[int, ifcopenshell.entity_instance] = {}
|
||||||
for owner_history in self.file.by_type("IfcOwnerHistory"):
|
for owner_history in self.file.by_type("IfcOwnerHistory"):
|
||||||
|
|||||||
Reference in New Issue
Block a user