mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
You can now export container data from IFCCSV
This commit is contained in:
@@ -83,6 +83,11 @@ def get_material(element):
|
||||
return relationship.RelatingMaterial
|
||||
|
||||
|
||||
def get_container(element):
|
||||
if hasattr(element, "ContainedInStructure") and element.ContainedInStructure:
|
||||
return element.ContainedInStructure[0].RelatingStructure
|
||||
|
||||
|
||||
def replace_attribute(element, old, new):
|
||||
for i, attribute in enumerate(element):
|
||||
if attribute == old:
|
||||
|
||||
Reference in New Issue
Block a user