gumyr / build123d

A python CAD programming library
Apache License 2.0
382 stars 72 forks source link

Axis intersect fails finding a common plane #615

Closed gumyr closed 1 week ago

gumyr commented 1 month ago
with BuildLine() as bl:
    arc = CenterArc((0, 0, 0), 20, 0, 180)
    l0 = Line((-20, 30), arc @ 0)
    ax0 = Axis(l0 @ 0, (4, -3))
    i1 = ax0.intersect(arc)

"infinite" numbers are getting used.