Modification for Element.Room

Hi all,

May I know if it’s possible to modify ‘Element.Room’ node from Rhythm package such that it accepts the input of document from a link Revit file?

Thank you!

For a start: you can change line 19 to be as follows.

doc = IN[1]

This would allow you to put a document into the IN[1] port. Although, I am not too sure if this will in fact work If the elements are not obtained from the linked document as well. It is worth a try though.