In short, I wonder if there’s a way to partition the list with desire numbers?
ex.
(0;0) > (0;0;0) (25;50;1) (50;100;2)
(0;1) > (0;1;0) (25;51;1) (50;101;2)
(1;2) > (1;2;0) (26;52;1) (51;102;2)
(1;3) > (1;3;0) (26;53;1) (51;103;2)
(2;4) > (2;4;0) (27;54;1) (52;104;2)
.
.
(74;149) > (24;49;0) (49;99;1) (75;149;2)
Long story is, I try to do Random Reduce at the end but as the images showing below I need each 1/3 circle regions to have the even amount of the reducing. In other words my current definitions only allow me to randomly reduce from the total amount of the geometries despite the location Note that 1/3 and 150 just numbers for temporary place holder.
Thanks in advance for any replies.