Hello,
I am currently working in the creation of themathic views that should isolate certain elements in an ifc .
One of these cases, is showing a room and the ventilation damper that is controlling the flow of air to that room.
In the IFC4 schema there are several relations that can be useful:
IfcDamper has ReferencedBy property (IfcRelAssignsToProduct) so has also the IfcSpace. So, my idea, is to store in an objetc IfcRelAssignToProduct the damper as RelatingProduct and the spaces as RelatedObjects that are being controlled by the damper (and also assign a name to that relation). The same principle should work for the room being the RelatingProduct.
I have not found how to implement the object IfcRelAssignToProduct via ifcopenshell (python) or via BlenderBim. Do you think that it is somehow possible?
Thanks to all :)