Filter list of elements by value

Hello All.

I want to filter a list of walls using the value of its orientation. Is it possible to determine a condition that takes the 4 possible values that I wish to be true?

You can try like this.:point_down:
01

1 Like

It is a good solution, but I will need to repeat the process for each value.

I think your example has a problem with index 3

I think it’s a helpful for your work.

1 Like

1 Like

@J-estrada01
Equal value 1 means that the walls are parallel to the x or y axis
Capture

2 Likes

It worked perfectly, thanks