Hello everyone,
I am trying to find the way to somehow automatically adjust the extension line of viewport to fit right at the text length. Does anyone have any idea how to do that? with Dynamo or Python or any plugins.
Thank you for your help in advance.
Great question! I would love to have this automated.
So I did a little bit of digging, and unfortunately it doesn’t seem like that info is available.
The visibility of the line is controllable, but not the length. Considering I can’t actually find that numerical value in Revit when the length is change would incidate it can’t be controlled like this?
EDIT: I take it all back, and will immediately look to accommodate the Rhythm node!
try this one here from rhythm
2 Likes
That’s so great. You are my savior. I just did a few more step to count the length of title on sheet and set the extension line following.
Here is the script.
I have a formula c + ax + by, in which a is the number of character in the string and b is the number of “space characters”. I assume that the length of all characters are the same.
I have not found the way to deal with “I” character, if anyone have any idea, I would appreciate.
Can I ask, why the /308.4?
I mean, it works perfectly, but what unit is that converting from/to?
1 Like
hehe yeah guess it should be 304.8 ;)…millimeter to feet…
2 Likes
Thats great, but for character length its a new topic