hey have a small problem that needs a solution. I have two circles with a radius of 10 and 20 meters (both have the same center point). Now I want to divide both circles into segments that are ALL 1.2 meters in size. Currently the last element always has a strange size or dances out of line. How can I make my circle have segments that are all 1.2 meters in size? The circles can also be minimally smaller or larger as long as I have a number of segments that are all 1.2 meters in size.
Multiply the amount of segments minus the remainder by 1.2, that will be the circumference of your circle. Divide that by pi and you get your desired diameter.
@laurent_delrieu your solution if see it right, gives 1.2 length of the distances between points, the one I was proposing, gives 1.2 length of the arc segments: arc length.gh (13.9 KB)
The 2 solutions are valid as the initial question was not very clear (what was the segment ? what was the meaning of size ?) and also the fact that @Yannic1 thinks
puzzle me as it is known that as the circle as a rational radius, divided segments could not have a rational length so I thought I missed something else.