Selecting Linked Model Element Tags in Sheet View

I am trying to make a graph that should set the graphic overrides of Tag instances for the linked model elements in Sheet Views. But in order to do this, the script should be able to identify, select or collect the tags of different categories in the sheet views.

But there is an error every time i pick an element using the Select Model Element/s tool.

Are there work arounds regarding this issue? Thanks in advance ^^

Hi @vbaac,

Select your tags in Revit and use the Get RevitSelection node of the Genius Loci package.
It should solve your issue.

Thanks to Dimitar Venkov and Cyril Poupin for the ElementWrapper method.

2 Likes

Hi, @Alban_de_Chasteigner ,

Thank you very much for the answer. It did worked. ^^

Note: Actually the Genius Loci version where the Get RevitSelection Node is located, is higher than the one installed in my workstation. This means my Dynamo version is lower, but I installed it anyway (Hoping there will be no complication with my future scripts using lower Dynamo version).

1 Like

Hi,

The Dynamo version does not matter. The Genius Loci package is a priori compatible with all the latest versions of Dynamo for Revit.

1 Like