gumyr/build123d

3D vertex filleting/chamfering

Opened this issue · 0 comments

b = Box(10,10,10)
b = fillet(b.vertex(), 5)

Gives

ValueError: 3D fillet operation takes only Edges

Expected
Screenshot