Hi @Benedikt_Zimmermann, it is not currently possible to display an object layer name inside a VisualARQ tag right now, unless you create a custom parameter for that, and assign the layer name as a value for that custom parameter.
With Grasshopper you can automate the process to obtain the layer name of an object, and assign it to each object as the value of a custom parameter:
Then, you can use the syntax %<element.parameters["Layer Name"]>% (“Layer Name” as the name of this new custom parameter) to display that parameter in a tag:
If you change the layer of any of these objects, you will need to run this definition again to reassign the corresponding “Layer Name” value to the edited object.
In one of the upcoming VisualARQ updates, we will include the option to list an object layer name in the tag without this workaround. I’ll let you know when it is implemented.
Hi @Benedikt_Zimmermann I let you know that in VisualARQ 3.10 it is already possible to display the object layer name in tags. You need to use the following syntax: %<element.layer>%