gumyr / build123d

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

Inconsistent offset plane #604

Open MatthiasJ1 opened 3 months ago

MatthiasJ1 commented 3 months ago
l1 = XZ*CenterArc((0,0), 10, 0, 180)
o1 = offset(l1, 1)

l2 = XZ*Line((0,0), (10,10))
o2 = offset(l2, 1)
Screenshot