Article | 70001941 |
Type | Wish |
Product | vdIFC |
Version | 8006 |
Date Added | 3/22/2021 12:00:00 AM |
Fixed | 9.9001.0.5 (3/22/2021 12:00:00 AM) |
Submitted by | Yannis Makarounis |
Summary
I wish in IFC to know the owner object of a connection product , for example when a product has connections I can see the connections but when I have the connected item (ifcWindow) I want to know it's owner.
Solution
In version 9001.0.5 we added a new property to the IFCProduct like below
summary> This property usually exists in ifcDoor , ifcWindow and will provide the owner of this connection , like ifcwall for example.
public vdIFCProduct ConnectionsOwner
This is a get property that will return you the owner of a connected object.