HomeFAQWhat is the difference between IN and OUT tangency in X...

FAQ

What is the difference between IN and OUT tangency in XyzPilot?

OUT means the new circle touches the outside of the reference circle. IN means one circle is inside the other, touching at one point.

Full Answer

When creating circles or arcs tangent to existing circles, XyzPilot uses IN/OUT to specify the tangency type:

SelectorMeaningCondition
OUTExternal tangency — new circle touches outsidedist(centres) = R_new + R_ref
INInternal tangency — one circle inside the otherdist(centres) = |R_new - R_ref|

XyzPilot Example

C0 = Centre (0,0), radius 20, R_new = 15 Circle/Tanto, L0, C0, R=15, YLarge, OUT → New circle touches outside of C0 dist(centres) = 15 + 20 = 35 Circle/Tanto, L0, C0, R=15, YLarge, IN → New circle inside C0 dist(centres) = |15 - 20| = 5
← All FAQs Operator Reference Try in XyzPilot →