Full Answer
Use Point/Tanto,C,C. The two circles must be tangent to each other. External tangency: dist(centres) = r1 + r2. Internal tangency: dist(centres) = |r1 - r2|.
XyzPilot Example
External tangency:
C0 = Centre (50,50), radius 25
C1 = Centre (100,50), radius 25
dist(centres) = 50 = 25 + 25 [externally tangent]
Point/Tanto, C0, C1, 0
→ P14 = (75, 50)
Internal tangency:
C0 = Centre (0,0), radius 50
C1 = Centre (20,0), radius 30
dist(centres) = 20 = 50 - 30 [internally tangent]
Point/Tanto, C0, C1, 0
→ P15 = (50, 0)