Trying to create a Dynamo that gives me a list of the elements that are dimensioned by selecting the dimension string within the model.
You can right click on the lock of the dimension and select show related. Would like to create a list of all the elements within that dimension string for checking purposes.
List should read similar to:
0: 8" SOLID WALL
1: 8" SOLID WALL
2: 8" SOLID WALL
3: 24" COLUMN
4: 24" COLUMN
5: 8" SOLID WALL
…etc
Any starting points would be helpful?