User:Dorkmo/Ideas/Battery/SCAD

From Open Source Ecology
< User:Dorkmo‎ | Ideas‎ | Battery
Revision as of 02:27, 24 October 2014 by Dorkmo (talk | contribs) (Created page with " <nowiki> 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_open...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
}