Hi,
I have two Revit files with a set of spaces each. I would like Dynamo to calculate which spaces from file 1 intersects with which spaces from file 2, and how much that intersection is in percent.
If I try to explain it more precisely: One of the Revit files contains spaces for electrical groupings, and the other Revit file contains spaces representing the different tenants of the building. The end goal is to bill the tenants on the consumption on energy from the different zones. So for example the space for tenant 1 is covered by 70 % of electrical space 1 and 30 % of electrical space 2. I hope that makes sense.
I found a package called BimorphNodes which potentially could make this happen, but unfortunately I am completely new to Dynamo.