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.
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/
Springs.Collector.ElementsInView
Great ! thank you