mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Minor bug fix to COBie 2.4 space descriptions
This commit is contained in:
@@ -413,7 +413,7 @@ def get_space_data(ifc_file, element):
|
||||
"CreatedOn": get_created_on(element),
|
||||
"Category": get_category(element),
|
||||
"FloorName": floor_name,
|
||||
"Description": val(element.Description),
|
||||
"Description": val(element.LongName),
|
||||
"ExternalSystem": get_external_system(element),
|
||||
"ExternalObject": element.is_a(),
|
||||
"ExternalIdentifier": element.GlobalId,
|
||||
|
||||
Reference in New Issue
Block a user