Is there a simple programmatic simulation of Revit’s “Tag All” command. I would like to do it in multiple Views.
I have only found Create Annotation Tag from archilab but it is complicated.
Is there a simple programmatic simulation of Revit’s “Tag All” command. I would like to do it in multiple Views.
I have only found Create Annotation Tag from archilab but it is complicated.
Hi @truevis
Can you explain what you mean by programmatic?
Something outside of Dynamo graphs being mini programs?
Are you looking for a pure Python method or one-stop node?
The workflow should be reasonably straightforward.
DoneAh, OK slightly different than my first impression of what you were thinking.
I believe this is possible through API with some python coding, first finding the untagged elements using something similar to this… Find elements that are not tagged – Boost Your BIM
I am not back Dynamo-side till Monday to have a go, but have a look at this also. ![]()
It’s not the untagged part of “Tag All Not Tagged” that I care about, it’s how that command places the tags on the view. When it’s a linear object, I’m not sure how Revit makes the tag placement look good.
I just tagged by start point but that doesn’t quite work because the start point of a conduit can be wrong, in my usage, some of the time. I was trying to get the point of the conduit that was inside the 3D View but didn’t find a good answer. I’ll figure it out if I keep hacking at the logic. Thanks, @ Ewan_Opie.
Thanks truvis, Actually even that didn’t work. So I tried All Elements of Model Category and it worked like a charm. The only problem now is that the tags are placed vertically and too spaced out.
I created a separate post for this below
is this solved? i have the same questions here