HomeFAQHow do I create a point at the intersection of two line...

FAQ

How do I create a point at the intersection of two lines in XyzPilot?

Use Point/Intof,L,L with the two line references. Two non-parallel lines intersect at exactly one point — no selector needed.

Full Answer

Use Point/Intof,L,L. Two non-parallel lines intersect at exactly one point — no selector is required. The result is computed analytically from the two line equations.

XyzPilot Example

L0 = Horizontal line at Y=50 L1 = Vertical line at X=75 Point/Intof, L0, L1 → P15 = (75, 50) L2: y = 2x + 10 L3: y = -x + 70 Point/Intof, L2, L3 → P16 = (20, 50)
← All FAQs Operator Reference Try in XyzPilot →