Grouping intersection of two SOPs

Hello !
I have a grid and a cube. Cube sometimes intersects with a different zones of a grid throughout animation. How can I extract only the grid vertices that are colliding with a cube into a group ? I tried boolean sop, but since grid is an open geometry it doesn’t work.

Thanksss!

Something like this:

The Group SOP was made for this.
Feed the Grid SOP to the first input(source data) and the Cube SOP to the second input(bounding object) of the Group SOP.
See example attached.
group_sop_demo.tox (886 Bytes)

1 Like

Amazing! thanks again nettoyeur :slight_smile: !