All Elements Visible in Specified View

Hi,

Is there a way to obtain All Elements Visible in Specified View? I can only find All Elements in Active View, but that’s not what I want.

Best and fastest way is using FilteredElementCollector on a python node.

http://dynamobim.com/forums/topic/collect-elements-in-view-using-python/

1 Like

Springs.Collector.ElementsInView

2 Likes

Great ! :slight_smile: thank you