Can we achieve do "Zoom to selected object" in Revit by using RIR

Hi all, Seems Revit doesn’t have the function like “Zoom to selected objects”. It is quite handy and I use it everyday in Rhino. I wonder if we can do so in Revit as well, by Rhino.Inside.Revit?



I have tried the “Zoom to fit” or “Zoom all to fit”, but it doesn’t work as I expect.

While in a 3d View you can use the Revit UI to select the object and then click the appropriate portion of the View Cube to zoom to the object at that angle.

This could be done in a custom component with the Revit API.

Just to add, this it an availalbe option with the graphical element component when you highlight elements it automatically zooms to fit on the selected element in the 3D view

1 Like

I see, thanks Japhy!

Wow, didn’t know it can do that, thanks Mohamed!