How to get info which windows are above cut plane in dynamo?

hello guys i am trying to get the element which are above cut plane which you can see in plan for eg windows. i am trying filter out which windows are are above cut plane. i am able to get all windows in dynamo but i dont know how to filter according to view range.ttttttt

This will require Python, but the methods are pretty straight forward.
http://www.revitapidocs.com/2018/7edc5f13-a5fa-5c7a-9a03-ac6cbed1f005.htm

Then just compare the cut plane offset with the window offset.

2 Likes

Do you have any example who has done this before? that will be really helpful

This code does work. If you’re having problems you should post the error(s) you get.

thanx for suggestion . i put the comment with python script error.