1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
linear_extrude(h=1) { square(0); circle(0); polygon(); import(); } cube(0); sphere(0); cylinder(0); polyhedron(); import(); surface(); rotate_extrude(); linear_extrude(); translate(); color(); hull(); minkowski(); union(); difference(); intersection(); render(); projection(); assign(); if(1) { } intersection_for(); for();