Houdini - Selecting Points on a Grid
Using neighbourcount in a Group Expression operator to get points on the outer edge of a grid:
neighbourcount(0, @ptnum) <= 3
To get only the corners:
neighbourcount(0, @ptnum) == 2
Using neighbourcount in a Group Expression operator to get points on the outer edge of a grid:
neighbourcount(0, @ptnum) <= 3
To get only the corners:
neighbourcount(0, @ptnum) == 2