How to select all points close to another object?

I want to select all of the terrain around the foundation of the building and flatten it to zero.

You could use raycast or geometry proximity for this.

Hope that helps.

5 Likes

with proximity node it looks like this:

proximnode

3 Likes