gumyr/build123d

Specify tapered extrude internal corner offset type

MatthiasJ1 opened this issue · 0 comments

s = Sketch() + PolarLocations(0,2,0,180) * Rectangle(35, 140)

Currently only behavior is equivalent to Kind.ARC

p = extrude(s, 29, taper=25)
a

 
Proposed functionality:

p = extrude(s, 29, taper=25, taper_kind=Kind.INTERSECTION)
b