Archi-lab create annotation tag does not accept mulitple Tagtypes

Hi all,

I was wondering if any of you have a work around for using a list of different tags with the Archi-lab create annotation Tag node.

Please see code and snippet view below. When I just use one tag type the node it works brilliantly, but when I add a list of tags it fails.

TH_Tag List.dyn (32.6 KB)

Is there another node that could accomplish this or a good work around.

Thanks

Hi @James_Washbourne,

You can use a workaround.
Use Create Annotation Tag node or Tag.ByElementAndLocation node and change the family type of the tag with SetParameterByName.

1 Like

Thank you! it works a treat