Is there a way to get all the views an element is visible in, in Dynamo?

Hi is there a way to get all the views an element is visible in, in Dynamo? I want to try placing revision clouds automatically for a list of elements, but the RevisionCloud.ByCurve node for placing revision clouds requires view as an input is there a way to get all the views an element is visible in automatically and place rev clouds at all the locations?

You can try below script to get the views.

1 Like

Thanks I tried it out and it works, its just what I was looking for thank you.

hey, I am trying to do similar thing. Above mentioned method works only if its a small model.

I have hundreds of sheets. When I run the graph it took almost more than an hour and I had to cancel it. Is there a way to narrow down search / decrease processing ?


I tried to narrow down by view types.

Also , the problem I notiiced was that the Element.IsVisibleInView Node opens and generate each sheet, ( I could noticed in status bar ) , Maybe if I can direct that it does not open and read each sheet would reduce the time,

Any help would be appreciated.

I posted the following:

There’s a section in there for finding all floor plan views not on a sheet. That may be a starting point to get the views filtered down.