nestedSubmoduleEx1.jscad 93 B

12345
  1. function main(){
  2. return CSG.cube({center: [0,0,0],radius: [0.5,1,0.5], resolution: 16});
  3. };