gumyr/build123d

Fillet operation on topologically shared edge

Opened this issue · 0 comments

with BuildPart() as p:
    Box(3,6,1)
    split(keep=Keep.BOTH)
    e = edges(Select.LAST)|Z
    fillet(e, 0.1)

Result

OCP.Standard.Standard_Failure: ChFi3d_Builder:only 2 faces

Expected

Screenshot