Can anybody help how to taper in one Direction


voronoi.gh (23.7 KB)

I don’t have Pufferfish but don’t think I need it.


Voronoi_2025Jun26a.gh (26 KB)

Offset curve (Clipper2) would be better than Scale.

P.S. Clipper2 (white group) doesn’t work as well as expected and I don’t know why? No matter what is changed, one or more of the Voronoi cells fails to loft properly. :frowning:


voronoi_2025Jun26b.gh (28.1 KB)

No need for Clipper in Rhino 9 WIP

voronoi_2025Jun26b_9.gh (29.2 KB)

thanks

Seems to work in R8 as well - unless you skip ToPoly :interrobang:

This is where the problems are.
For a clean solution which works consistenly, I would optimize the voronoi pattern and get rid of small edges.

Your Brep is a surface, so you can just use Voronoi instead of Voronoi3D.

voronoi_regions.gh (24.6 KB)