Openscad – Vistes dibuix tècnic

Vistes de dibuix tècnic

Figura 01

difference(){
cube([40,40,40]);
translate([0,0,20,])
cube([40,20,20]);
}

Figura 02

union(){
cube([40,40,20]);
translate([10,0,20])
cube([20,40,20]);
}

Figura 03

difference(){
cube([40,40,40]);
translate([20,0,20])
cube([20,20,20]);
}

Be the first to comment

Leave a Reply