[HELP]How Create the 3D iso-view

In Revit, to create the 3D iso-view of each level on sheet file has to be done individually.
But when it comes to high-rise building,
it takes quite some time to do so for all the levels.
Is it possible to create a Dynamo script to pop up all the 3D iso-view of each level of a high rise building?

Thank you very much!

Hi @Dornan_Luke

Yes its possible. You can use clockwork package level.plane node to get get planes and then convert it to boundingbox with their heights and finally use AxonometricView.ByPointEyeTarget node create 3d views. Good Luck!

3 Likes

I am relatively new to dynamo. This is exactly what I am trying to do, how did you go with this?