By Two Tangential Lines and Radius
General syntax is
<symbol> = CIRCLE/ {XSMALL/ XLARGE / YSMALL / YLARGE}, line1, {XSMALL/ XLARGE / YSMALL / YLARGE} , line2, RADIUS, radius1
These modifiers specify the choice of the circle whose centre has algebraically larger or smaller X or Y co-ordinate with reference to the line. The two lines must not be parallel.
C1 = CIRCLE / YLARGE, L1, YSMALL, L2, RADIUS, 10
C2 = CIRCLE / YSMALL, L1, YLARGE, L2, RADIUS, 10
C3 = CIRCLE / YSMALL, L1, YSMALL, L2, RADIUS, 10
C4 = CIRCLE / YLARGE, L1, YLARGE, L2, RADIUS, 10