Voronoi Problem

Hi Everyone,

I am trying to select parts of a Voronoi pattern (in blue on the image below) that touched the outside rectangle. Is there any easy way to dispatch the Voronoi list that way?

Also, is there any trick to change the rectangle with any other geometric shape?

Thank you,

Rémy

Use CurveProximity to filter out polygons that are at a distance less than 0.001 from the rectangle.

Trim with region or other intersection component.

Awesome! Thank you @Dani_Abalde