i have a Revit-model with many elements created in Revit.
My challenge is that the elements has to use marks specified by the client.
I have a dwg-file with all the marks that i imported into revit and exploded it.
Then i’m able to select the nearest Text Note of the element and set it as the Mark-paramter.
So far it works very fine for me.
My problem is that i have lots of elements and currently i have to select each single element and run the script.
Is there a possibilty to run this script for all elements of a type in one time?
There are up to thousand elements where the parameter “Mark” has to be set.
The paramater is given by the client in the dwg-file.
It’s possible to set the parameter manually for each element but i think it would be much easier to set the parameter by Dynamo.
I managed to set the parameter Mark for a single element but i with this workflow i have to select each element after the another and run the script. I hope that it’s possible to select all elements and run the script only one time but i don’t know how.