Conditional filter for Spread

Hi!
I was wondering whether it exists a single node to conditionally filter a spread like:
Get rid of all the values > x;
or: get rid of all Vector2 no within rectangle.
At the moment I’m using for loops: I was wondering for cleaner ways!
thanks!!

Hi, so it called Where, served in two flavors region and node where.vl (13.3 KB)

Basically you take whatever spread, then you have to output boolean to result, if it true it will pass if false it would get removed

think the third one is the way it mean to be used, anyways you can play around with it…

2 Likes

That’s exactly what I was looking for!! Thanks!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.