Follow focus clip fillet

This commit is contained in:
Christian Colglazier 2022-05-18 11:33:20 -04:00
parent c9d6fc0fd8
commit 3d19f41dce

View File

@ -58,9 +58,10 @@ base = base.close().extrude(20)
outer_fillets=2.5
base = base.edges('|Z and >Y').fillet(outer_fillets)
base = base.edges('|Z and <X').fillet(outer_fillets)
#base = base.edges('|Z').fillet(1)
base = base.edges('|Z').edges('<<Y[-2]').fillet(5)
base = base.faces('+Z').shell(-1.6)
# Render
show_object(base, name='Follow Focus Base')