Select all walls in views cut by view range settings

Hello guys,

I am trying to make a graph that selects all walls in a plan view that are standing on top of the floors in said plan view.

My next step will be to hide all these walls, create a view duplicate which only shows the hidden walls and place this view as an overlay on the former view.

To select the walls that are standing on top of the floor sin view I would like to get dynamo to select all views that are cut by the view range settings(view cut range).

Can anyone help to start me off here? I guess something that finds an intersection with a level would work if I can give it an offset based on the view cut range?

I figured i could probably do something with the cut plane of the view.

I am now able to get the cut plane level that belongs to the view and its offset from said level.

I am reading posts about bounding boxes and what not, but i am wondering:

Would this simply work by making dynamo place a reference plane at the cut plane level(with offset) and then make dynamo find intersections between all walls in view and the reference plane?