mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Minor fix
This commit is contained in:
@@ -324,6 +324,7 @@ def get_referenced_structures(element):
|
||||
"""
|
||||
if hasattr(element, "ReferencedInStructures"):
|
||||
return [r.RelatingStructure for r in element.ReferencedInStructures]
|
||||
return []
|
||||
|
||||
|
||||
def get_decomposition(element):
|
||||
|
||||
Reference in New Issue
Block a user