function main(){ return CSG.cylinder({start: [0,0,0], end: [0,0,10],radiusStart: 20, radiusEnd: 20, resolution: 100}); };