OUT means the new circle touches the outside of the reference circle. IN means one circle is inside the other, touching at one point.
When creating circles or arcs tangent to existing circles, XyzPilot uses IN/OUT to specify the tangency type:
| Selector | Meaning | Condition |
|---|---|---|
OUT | External tangency — new circle touches outside | dist(centres) = R_new + R_ref |
IN | Internal tangency — one circle inside the other | dist(centres) = |R_new - R_ref| |