Numbering of elements in Revit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody,
I have different wall elements and I need to create numbering for all these elements depending on their width and height. All the elements have a parameter (called "Panel graphic size") which contains the size of a certain element. All the elements with equal value of "Panel graphic size" must have equal position numbers.
The idea was to create dynamo algorithm which will select all the elements in a model that have parameter "Panel graphic size" then find all the unique panel sizes and assign numbers from "1" to "i" to them. It worked manually but the only way how to use it fast is to create a loop which will go over all of the unique panel sizes and assign numbers to all of them automatically. I tried to use "LoopWhile" node but seems that the program goes to infinite loop and Dynamo hangs up.
Many many thanks in advance for all who can help to solve this.
Yehor