Page 1 of 1

Arc between two points with known radius?

Posted: Thu Sep 23, 2010 1:53 pm
by Zeke
I have two intersection I want to connect with an arc. I know the radius of the arc but not the center of the arc. I can do this in other cad-programs but couldn't find this function in Qcad. Any suggestions?

Posted: Thu Sep 23, 2010 2:01 pm
by andrew
Arc that connects P1 and P2 with radius R:

- Construct two circles with centers P1 and P2 and radius R.
- The two intersection points of the two circles give you the two possible center points of the arc.

Posted: Thu Sep 23, 2010 5:53 pm
by Zeke
Some extra work but in the end it worked fine. Thanks a lot!