//--------------------------
// example 4
// cylinder geometry
 
 translate(0,-0.1,0)
 color(#8A0886)
 cylinder(5,5,0.2)

 translate(0,2.5,0)
 color(#BFFF00)
 cylinder(1,2,5)