BuildingElementAttributeListΒΆ
The BuildingElementAttributeList class is used to create an attribute list. The list can be created by
retrieving attributes from the parameter with the tag <AttributeId>
adding attributes by ID and value
from BuildingElementAttributeList import BuildingElementAttributeList
...
attribute_list = BuildingElementAttributeList()
attribute_list.add_attributes_from_parameters(build_ele)
attribute_list.add_attribute( 684 , "IfcFurniture")
The complete documentation of the members from the BuildingElementAttributeList class can be found here: