User:Dorkmo/Ideas/Battery/SCAD
< User:Dorkmo | Ideas | Battery
Jump to navigation
Jump to search
mesh_opening = 1 ; mesh_angle = 45; cage_wall = 10 ; width = 20; for (t = [0 : width]) { translate(t*[10,10,10]) cube(size = [mesh_opening,mesh_opening,(mesh_opening*2)+(sin(90)*(10/sin(90-mesh_angle)))], center=false); }