Linked Room From Room Tag

As the title suggests, I am looking for a method to obtain a list of associated (linked) rooms from a list of room tags. The room tags reside in the active model but the rooms themselves are from a linked model. There are many existing components including RoomTag.Room which utilize the python command .Room, however, it seems to not work on linked instances. I was wondering if there was a method in which to do so. Of course we could make a test for collecting all the linked rooms and pairing up which tags reside in which room, but that is not the solution I am looking for. Any help would be much appreciated.

The Revit 2017 API actually supports this. I had meant to update the RoomTag.Room node in Clockwork for a while - which I have done now. This will be in the next version of Clockwork. If you’re impatient, you can download the updated node here:
https://raw.githubusercontent.com/andydandy74/ClockworkForDynamo/master/nodes/1.x/RoomTag.Room.dyf

1 Like

Thanks @Andreas_Dieckmann glad to know it’s on its way! :slight_smile: