Is there a way to set Revit Selection for linked Elements?

I’m looking for a way to select by category for linked elements. I can’t use the usual tag-all because the tags are multi-category. I can get the linked doc Instance and Element ID, but the usual select by id node returns null. Could someone help me out with some python code that can set the revit selection for linked elements by element ID?

Hi @jpeele,

Use the Element.ByID node of Clockwork package to obtain linked elements.
To pick linked elements, you can use the Select Linked Element node.
ById

1 Like

Hello Alban,

Has this function been removed from Clockwork? I’m not seeing the node in the 2.4 version. Do you happen to know if there is another way to select linked elements by element ID other than the above nodes? The end goal I am trying to achieve is changing the appearance of linked elements