gumyr / build123d

A python CAD programming library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed DoubleTangentArc

gumyr opened this issue · comments

with BuildLine() as h:
    l1 = PolarLine((0, 14), 2.5, 15)
    l2 = JernArc(l1 @ 1, l1 % 1, 5, -220)
    l3 = DoubleTangentArc((0, 0), (1, 1), l2)
RuntimeError: No double tangent arcs found