So I am trying to divide an ellipse into 24 segments.
To do this, I tried creating lines for the center of the ellipse, but it does not evenly space the segments because an ellipse has several different radius points. The lines I drew came for one radius point at the center, and therefore does not evenly divide the ellipse.
I want the lines creating these segments to be perpendicular to the ellipse at each point, but I don’t know how to do this. Is there a way to rotate lines around an ellipse (multiple radius points) instead of a circle (one radius point)?
No matter what the spacing along the edge of the ellipse, lines placed at 90° to the edge segments will not intersect along the midline of the ellipse.