Retreive Windows from linked file for rooms

Hey guys!

I’m looking for a way to retreive all windows connected to all of my “outside” rooms like balcony, terrace, loggia etc. Usually the clockwork node “Room.Windows” works really well for me. In this case unfortunately my rooms are placed in one file and the buildings containing the windows are linked. So all I get is “Empty List”.

Any ideas?

Thanks

Find the window’s location point and facing orientation, and then translate the point by one unit along the resulting vector. Then use a room at point method to track down the point.

If your windows were built oddly you might need to reverse the facing direction vector.

@jacob.small

Thanks for your answer.
I was hoping for an easier way. Maybe some node like “Room.Windows” but for linked models…
Anyway, I’ll give your idea a try.

Thanks