I’ve been trying to replace Windows’ Tags with Multi-Category ones with no success. I tried with the Block from Archilab (Image) as well with the one from GeniusLoci
If I use the node from GeniusLoci the error sais:
Traceback (most recent call last):
File "<string>", line 182, in <module>
AttributeError: 'Document' object has no attribute 'NewTag'
You’re probably working with Revit 2019 and you need to use the Create Independent Tag node.
The Create Annotation Tag (Multi-Category) node is for Revit 2017 and previous versions.
The Create Independent Tag node can also be use to tag linked elements.
If I try to use a normal Windows tag than it works, but not if a use the Multi-Category tag. In that case, just the first is replaced but with another Tag Family (a Windows’ tag)
That was it!! I hate this behavior in Dynamo I just run Revit in English, and it works… Thanks @Alban_de_Chasteigner for your dedication, I would have never find it out!!
Why when i ust this “Create Annotation Tag” does it put 4-5 tags per pipe on of the same tag. Also when i have it in an 3D view it will not tag the pipe.
I guess you are using a different graph. If you are doing so, it is better to open a new thread. You can always link in your new topic this one if you think it will helps the others to understand what you want to achieve.
If you were using the same graph and not just the node you would get a new tag for every old one.
You can not place tags in a 3D view.
If you open a new topic, it is always a good idea to post a screenshot of your graph. That helps others to find errors in it.