#edtech #geogebra #pyggb #webusb
This one is very good, also by Stuart Coffin www.thingiverse.com/thing:3433358
This one is very good, also by Stuart Coffin www.thingiverse.com/thing:3433358
r = 10;
h = 60;
module hex_prism(i) {
rotate([acos(1/sqrt(3)), 0, i * 90])
linear_extrude(height = h, center=true)
circle(r, $fn=6);
}
for(i=[0 : 1 : 3])
for(j=[i + 1 : 1 : 3])
for(k=[j + 1 : 1 : 3]) […]
r = 10;
h = 60;
module hex_prism(i) {
rotate([acos(1/sqrt(3)), 0, i * 90])
linear_extrude(height = h, center=true)
circle(r, $fn=6);
}
for(i=[0 : 1 : 3])
for(j=[i + 1 : 1 : 3])
for(k=[j + 1 : 1 : 3]) […]
(on P1S)
(on P1S)