mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update IfcApplication attributes export after 5866994
This commit is contained in:
@@ -337,5 +337,5 @@ class Owner(bonsai.core.tool.Owner):
|
||||
def export_application_attributes(cls) -> dict[str, Any]:
|
||||
props = cls.get_owner_props()
|
||||
attributes = bonsai.bim.helper.export_attributes(props.application_attributes)
|
||||
bonsai.bim.helper.process_exported_entity_attribute(attributes, "ApplicationDeveloper")
|
||||
bonsai.bim.helper.process_exported_entity_attribute(attributes, ["ApplicationDeveloper"])
|
||||
return attributes
|
||||
|
||||
Reference in New Issue
Block a user