Hi @hu227118
<<If you select any ol' point for the start of your arc then give it a radius, you may not achieve a valid point of tangency where the arc meets the circle.>>
You wrote this:
- I first created a Tangent, Tangent, Radius CIRCLE with exterior tangent points the bottom of both circles.
- I calculated the radius of this CIRCLE by the formula: (DESIRED ARC RADIUS) - (DIAMETER OF LEFT CIRCLE) = RESULTANT CIRCLE RADIUS.
You don't need to perform math using formulas. Why? Because AutoCAD will do the calcs for you.
You're getting hung up on the ARC command! Even though you want an arc, you don't need ARC command.
Given your specific parameters all you need are 3 commands. And skip writing geometric formulas. You don't need any fancy-schmancy formulas. Use the commands CIRCLE (TTR option), OFFSET, and TRIM.
- Draw your CIRCLE using TTR option. Input your DESIRED radius during this step.
- Use OFFSET on the newly drawn circle. Use the Diameter of the smaller circle for the offset value. Make sure you offset to the 'outer' side.
- TRIM the new circle so it becomes an Arc. Delete the TTR circle drawn in step 1 and you're done.
No formulas. No calculations.
BTW, the start point of your arc makes a difference, big time difference.
If you use the wrong starting point AND at the same time select a point of tangency on-the-fly, you might have to use a new radius. BAD.
If you select your starting point AND use a predetermined radius, then the arc might not be tangent to the circle. BAD.
If you want a valid point-of-tangency, then let AutoCAD select BOTH the starting point and tangent point for you. GOOD.
FYI, the point of tangency of a CIRCLE can be determined by drawing the radius of a circle first....then....draw a second line that's PERPENDICULAR to radius where the radius intersects the perimeter. The intersection of that perpendicular line and the perimeter is the point-of-tangency. If the second line is NOT perpendicular to the radius then you haven't acquired a valid tangent point.
In the image above, the top yellow ARC R=222 is tangent where the dashed yellow line intersects near the top of white circle. Additionally, the yellow CIRCLE R=200 is tangent where the yellow dashed intersects near the bottom of the white circle. The yellow dashed represents the white circle's radius.
In the image above, the point of tangency is a 'Point', not a Line! It's located exactly where the perpendicular line intersects the radius. This point is neither inside nor outside the circle...it's a point on the perimeter.
If you select any ol' point for the start of your arc then give it a radius, you may not achieve a valid point of tangency where the arc meets the circle.
Chicagolooper