Create a chain of three circles where each circle is externally tangent to the next — a common construction in cam profiles and linkage geometry.
What You Will Build
Three circles of different radii (R=30, R=20, R=15) arranged in a chain where each circle is externally tangent to the next. Tangent points computed analytically.
Operators Used
Place the first circle at the origin with radius 30mm.
The second circle (R=20) must be externally tangent to C0. For external tangency, dist(centres) = R1 + R2 = 30 + 20 = 50mm. Place the second centre at (50, 0).
Create the tangent point between the first two circles to verify the construction.
The third circle (R=15) must be externally tangent to C1. Place it above C1 for a chain that curves upward. dist(centres) = 20 + 15 = 35mm.
Create tangent points at all connections in the chain.
Optionally create a common external tangent line to C0 and C2 to complete the profile.