How to get the string and geometry associated with Model Text?

Hi,
I am using revit 2016 and couldn’t find a way to get all the string text and bounding boxes
associated with all the Model Text. Thanks for any pointers.
-Robert

What have you tried so far?
Element.Parameters as one place to start.

@Robert_Yu There are Standard Revit nodes in Dynamo pertaining particularly to Model Text that you can plug ModelText elements into, one of which outputs the Model Text’s string value. Try searching “Model Text” in the Dynamo Library :wink:

1 Like

Thanks for the responses. I ended doing the following:

Where the “Get All ModelText” is a python script:

get_modeltext.py (1.0 KB)

2 Likes

Nice! :slight_smile: Alternatively if you wanted to use Standard nodes you can collect Model Text this way too:

Thank you! I am new to dynamo and was looking at “Categories” instead of “Element Types”.
I couldn’t find “ModelText”, so I wrote the python instead :smile: I like the “Element Types” better.

-Robert

1 Like