mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +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]:
|
def export_application_attributes(cls) -> dict[str, Any]:
|
||||||
props = cls.get_owner_props()
|
props = cls.get_owner_props()
|
||||||
attributes = bonsai.bim.helper.export_attributes(props.application_attributes)
|
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
|
return attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user