cylinder(r = 50, h = 8, center = true); //cylinder base rotate([90,00,0]) //rotate along x axis by 90 degree so that next 3D design "HollyWood" is standing vertically linear_extrude(8) { //extrue is similar to the one in Fushion which expands a planer shape into 3D shape translate([0, --4]) text("HOLLYWOOD", halign = "center"); // we translate by 4mm down in y-axis to ensure that HOLLYWOOD is firm on the cylindrical base. }