linearExtrudeEx6.jscad 166 B

12345
  1. function main(){
  2. return CAG.circle({center: [0,0], radius: 1, resolution: 5}).translate([2,0,0]).extrude({offset: [0, 0, 10], twistangle: -360,twiststeps: 100});
  3. };