module example002() { translate([0, 0, 5]) cylinder(h = 10, r1 = 50, r2 = 50, center = true); } example002();