Hi there,
I have an issue with lists… I created list of pipes, and in another node I checked if geometry of those pipes are intersecting specifing planes. For each of them I have a list with numbers so one thing I need to do is filter only pipes which actually intersecting plane.
Ex. Pipe no 1 → true
Pipe no 2 → false.
What is the name of node which help me to do that? It’s really hard to explain in english for me, maybe take a look on my graph… I mean I need to take items at numbers, which are True.
I tried to use second list as a mask in Filter by boolean mask, but it doesn’t work for me… I need to create it in other way…
Edit: in “IN” list it takes only first pipe, and others go to “OUT”.
The levels of your lists is not the same. Your first list is inside a list.
2 Likes