Tags by parameter

Hello everyone,

I would like to automatically place a wall tag according to the value contained in a wall parameter.

Here on the dynamo script I want to put the tag Et_Murs: 1 for all walls whose parameter Commentaires is equal to 1 and put the tag Et_Murs: 2 for all walls whose parameter Commentairess is equal to 2. I managed to separate the walls according to the Commentaires parameter but I can not find the node that would allow me to place the tag on these walls.

Thanks for your help!!

Which tag nodes have you tried? Any of them should work with the proper inputs.

I used Tag.ByElement but I couldn’t find the entry to choose tag to place.

The ootb node will use the default tag type. You can always change the type after placement. Or you can use Tag.ByElement from Orchid to provide the type at creation.

Did you try Create Tag node from GeniusLoci package.
image

Thanks for everyone, now it works with the orchid package.