The problem is : This tool link each rooms with their doors, but also the other doors close to this rooms
For exemple : The Room 643039 has just one door wich is BPCV_2V_140x200h, the others doors are doors close to the room 643039. I tried to decrease the Tolerance, it’s better, but still not correct
Second Solution : Room.Doors / Room.Windows (Clockwork Package)
With this solution, I can find the rooms and the phases, but I can’t link the rooms with the doors/windows and I don’t know why…
Don’t use “Element in room” node. Use the other room.doors and room.windows from clockwork package. My previous example of “Elements in Room” is for only Doors facing inside room.
Actually the Room 1279212 don’t have any windows and even less a window shared with the Room 1222835…
So I had to find a solution without using this type of node, because (I don’t know why) when I have to use the “phases” of my project… it’s not working…
I wanted to split up the node “Room.Doors” (clockwork package) to understand why the phases parameter of my project don’t work…
this node use “Door.Rooms” which is using the phases too… so I changed it a little bit firstly to not using the phases and secondly to adapt it to the windows
and it’s working ! BUT the windows’ list don’t match with the rooms’ list…
I should have to change the code block but I can’t make it easily…
So If someone has a solution to change the code Block or to explain me why the “Phases parameters” don’t work on my project it will be very very cool.
By the way, the Phases parameters works on another project…