Align dimensions on multiple levels - Rhino Inside Revit

Hi all,

I am using Rhino Inside Revit and I am trying to apply dimensions to a series of lines on multiple levels. I can easily apply dimensions and visualize them on a single floor plan. The challenge I’m encountering is applying dimensions to multiple lines across different levels within the same Grasshopper script. From my understanding the “View” component is limiting me because I have to select only one Level and not multiple levels. If this is possible, how can I do it?

RHIR_Dim on multiple levels.gh (9.1 KB)

Sorted!!! I used “Add Floor Plan” and organise the data structure in the way to have one branch for each Level matching each branch of the geometry.

1 Like