Dispatch surfaces based on whether they are positioned on the XY plane

Hi community!

I have a bunch of surfaces and I want to dispatch them by their position, if they are matching to the xy plane or not. Any ideas??:slight_smile:


surfaces.gh (45.4 KB)

Yes.

3. Attach minimal versions of all the relevant files

Thanks Joseph, finished uploading the surfaces

Too bad you had to be asked.

Expression on Distance output is round(x,1), which might not be necessary but good to be sure.

Amazing! it works perfectly, how would you suggest repeating this process in every Z distance?, not just in the Cplane

Start like this:

Then do whatever needs to be done.


I could have done it this way:

Expression added to both inputs of Equals: round(x,1)

1 Like