Follow focus clip fillet
This commit is contained in:
parent
c9d6fc0fd8
commit
3d19f41dce
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user