Rhumbline
Well-Known Member
... I drew one line from the center point up and then offset it to .1875 on each side. I trimmed it to fit inside of the circles. I then created a polar array,....
I just reread your post. the problem was with the offset lines. they were no longer radial.
you drew a line from the center of the circle. so far, so good, Then you offset that line, that's bad. you ended up with three lines that are parallel to each other. what you wanted was three lines that had the same origin (center of circle) and extended out to a point perpendicular to the outer circle.
I hope that makes sense. you should have stopped after trimming the first line, and arrayed it.