Control of Voronoi cell size!

Hi friends! while I was trying to smooth corners of voronoi extrusion I noticed that there’s some unwanted or ugly details come up… so question is like that 1- is it possible control size of voronoi cells or remove them or 2-try to smooth small voronoi cells with weavebird plugin.(I am prefer to control cell size than smooth)ROOF.3dm (46.7 KB)
ROOF-1.gh (28.1 KB)

Voronoi cells are controlled based on the position of a point and its neighbors as a system of expanding radii.
Voronoi_growth_euclidean

hello ekim! did you know how to merge two or more cells in voronoi diagram to achieve ± area we want? but that i want is if i slide the slider in count or seeds, its automatically detect cells that need to merge..

regards,

astrid

multiple ways to do this,
but maybe rethink your goals first, or at east share your use-case why do may need this

Easiest could be; do a distance check between adjacent points and cull (remove) those below certain threshold.

Maybe external plugin ‘https://www.food4rhino.com/en/app/super-delaunay’ could be helpful.

One can even think of kangeroo to redistribute the points to certain distance before Delaunay