Hello, I want to make voronoi passing through points, but I could not do it. I want to explain it to you with a visual. I couldn’t do it because I have little knowledge of Grasshopper. How do you think I can do it?
Assigned to Grasshopper category
What you’re describing is not feasible with the Vornoi algorithm. Its dual, the Delaunay triangulation, connects the points, but the result would be all triangles.
However, this could be a good starting point, especially if you can figure out rules or principles on how you want to group these triangles into groups to form quads or n-gons.
hello how can i do this from 4 polygons and more polygons. may be random
Very simple cluster
And far more simple (but will not work well as it need a licence)
Or you can use 2 TSP differents
simple cluster.gh (16.3 KB)
Nautilus plugin
Hello, you are helping me a lot, thank you. I throw to you what I want to do. I explained step by step
Thanks a lot - (I want to make a vorani passing through the center of the circles)
Hello
I am helping but you implement nothing. You still speak of Voronoi and I think you must not. See the definition of Voronoi Diagram
And for concave hull see this discussion.
With all that you MUST be able to do something by yourself.
I understand what you mean, actually I have done a few studies but I couldn’t reach the result. But thank you for everything I will try some more