mirror of
https://github.com/csirmaz/openscad-py.git
synced 2025-06-21 02:15:40 +02:00
4 lines
94 B
OpenSCAD
4 lines
94 B
OpenSCAD
|
color(c=[1,0,0,1.0]){ translate(v=[2.0,0.0,0.0]){
|
||
|
cube(size=[1.0,1.0,1.0], center=false);
|
||
|
} }
|