Project Bounding Box

Is there any way to the get the minimum and maximum extents for an entire project?
What I’m trying to do ultimately is to create a 3D View for each Level that shows the entire Level up to the next Level.
I can create a 3D View and then apply a Section Box using the Element.Create3dCropView from Steam and the Level.Elevation and Level.LevelAbove nodes, so I’m good with the height, but I don’t see anything to get the X and Y values.

1 Like

To be absolutely sure you would have to select all elements in the entire document, but maybe you can use the grids?

1 Like

You could try this…
ProjectBoundingBox.dyn (16.6 KB)

3 Likes