mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 14:07:46 +00:00
Replace removed get_info_2
This commit is contained in:
@@ -152,7 +152,7 @@ class Debug(bonsai.core.tool.Debug):
|
||||
return name
|
||||
|
||||
def get_hash(element: ifcopenshell.entity_instance) -> int:
|
||||
data = element.get_info_2(include_identifier=False, recursive=True)
|
||||
data = element.get_info(include_identifier=False, recursive=True)
|
||||
if object_type == "APPLICATION":
|
||||
# To avoid disruption let user merge organizations separately.
|
||||
data["ApplicationDeveloper"] = element.ApplicationDeveloper.id()
|
||||
|
||||
Reference in New Issue
Block a user