Manipulate List - Remove Objects from List over/under a specific value

Hi Community :slight_smile:

I got a question.

Is it possible to manipulate a list that it shows only the values over/under a specific number?

For example. My List is:

1
2
3
4
5

Now i would love to say: List/Filter me only the objects =/over 3

So instead the list should be like:

3
4
5

Hope you guys know what i mean.

For our project i got tons of angles and now i have to filter the ones under 90 degrees out. Thats why i need it. Hope you guys can help me.

P.S. If you post a grasshopper definiton, pls make sure to active the long names. Im kinda new :frowning:


Mave.gh (3.7 KB)

1 Like

Hi Mahdiyar,

I tried your definition but it wont work for me.

Any ideas? :frowning:

Got it, it was the degree thingy. Thanks :slight_smile: