I would like develop an algorithm that creates plot with equal areas. I generated plots with some rules and tried to subdivide the urban block with equally areas plots. For optimization, I employed Galapagos, it works but not perfectly. To get equal areas, I tried to minimize the standart deviation of the plot areas (actually trying to make it zero).
I managed it up to some point but it is needed to a final fine-tuning. I would be glad for any suggestions or help.
Hello @jm11
it is not clear to whom your request is send. There are many links and many solutions. They all depends on what you need. Does the subdivision have access to the border ? Do you need rectangle ? Does the initial shape is a simple one ? …
Some drawing and some input geometry could help the forum to help you efficiently.
i have a bunch of closed curves each one has its own shape and they differ in line segments. Ive been trying to find a way that i can give these curves and as an output i get back something similar to what shown in this window, in my case splitting each shape into third and two third of the area
On your drawing there is a sort of logic for 3 shapes, the cut is parallel to the curve but not for the fourth!
Cutting using a direction for the cutter is quite easy to perform. I am quite sure there is a script somewhere. Like that
the code is amazing, but can it do a square instead of circle, as well as , i tried it on different amount of shapes together, it doesnt work on more than just 1 shape
do you know how can i make it work on more than one shape?
i tried this one, but as written there , the more divisions the better, but i want actually a divison of 3 parts (thirds) and when i do it that way it doesnt quite work right