Hello,
I am trying to automate the placement of labels for the rebar, but I have no idea how to make it look like this:
The script that I made is the following
But the result is the following
and additionally, how you could do to select the type of family of the label. Thank you
Yna_Db
November 21, 2017, 11:13am
2
Try first to fill all the inputs and see if these can help:
http://dictionary.dynamobim.com/#/Revit/Elements/Tag/Create/ByElement
@Rob_Kuffel1
Hi, just yesterday I made a script fow wall tagging:
[image]
It worked perfect for me. You can play the with the vectors and the offset to choose where you want the tag to be placed. In my case, I wanted the tag in the middle of the wall element so I went for the centroid —> point vector and the offset boolean false so it is not an offset from that point.
Hope it helps!