I have this script that creates the Voronoi pattern on a normal rectangle surface, but once I modify the surface (left in the image) the pattern doesn’t seem to recognize the surface boundary. If you have any tips to share that’d be a great help!
If I remember correctly, the Voronoi component asks for a rectangular bound specifically, so anything other than that will make it fail. Suggest @ajarindia 's solution for your needs
Well yes and no. I’m trying to get a Voronoi closest to ellipse (the closer the better) and this is the closest I have come and the Nurbs Curve is kind of doing it. I also need to have an attractor, in my case the polygon.
I also tried your script, but I’m having an error.