e = ellipse(h=100,w=20,x=0,y=50) c = circle(r=90)+circle(r=80)+circle(r=30) shape = c + e show(shape| repeat(80,rotate(10))) show = c + e z = circle(r=75)