Re: draw to point on circle/arc
Posted by SacramentoRob on May 30, 2015; 12:42am
URL: https://forum.librecad.org/draw-to-point-on-circle-arc-tp5711295p5711581.html
I have a sorta ad hoc solution that I've used for a while. I suspect you've already thought of it but just in case not....
I have a construction layer block of two perpendicular lines with the reference point at the intersection.
When I need to get the quadrants, I put the block on the circle using the center selection function. Then to get the quadrants, I use the intersection function.
If you need other angles, you can rotate it when you put it in.
I end up using this quite a bit. I'm looking forward to the update too.