All elements in active Schedule

Hello,

is there a node like All Elements in active Schedule … i tried activ view and it works partly in schedules. it shows all elements, but it is ignoring any schedule filter :confused:
grafik

Last I looked into this revit api can’t naturally do this. As you found an element collector gets all elements regardless of filters - lame.

The only method ive known to work in the past is to push element Id’s into an exposed parameter and then read that data in the schedule then use them to get the elements. Absolute travesty adsk hasnt exposed element Id to schedules yet…

1 Like

Hi,

Recreate the filter in Python with the ElementParameterFilter or ElementLogicalFilter classes and apply it to a collector.

3 Likes

Hi,
strange…, did you try running the script again or refreshing the node after applying the filter?

refresh Schedule Active View

3 Likes

BIMorph package has some cool nodes for getting the whole schedule. Not sure what your end goal is but could solve some of your problems once you get all of the elements.

2 Likes