I am trying to filter elements in schedule/Quantities by scope boxes. I have multiple scope boxes In Revit project and it is taking a lot of time.
I needed help with dynamo/python to make process automatic.
thanks,
I am trying to filter elements in schedule/Quantities by scope boxes. I have multiple scope boxes In Revit project and it is taking a lot of time.
I needed help with dynamo/python to make process automatic.
thanks,
To filter Elements using Scope Box, you can try creating a Filter based on the Scope Box, by converting the Scope Box to a Bounding Box and using the Bounding Box to filter out the specific set of elements.
What is that error (in the Cuboid node)? Seems i am not getting any items (in the Intersect node) because of it(?).
@bvs1982 ,
did you check list levels… …seems to be you have to flatten your input at the beginning, check it out.
KR
Andreas
@Draxl_Andreas
I reproduced your graph / screenshot and you also have the same error ;).
That being said i am leaning towards this approach at the moment.