mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
14 lines
172 B
OpenSCAD
14 lines
172 B
OpenSCAD
union()
|
|
{
|
|
cube([10,20,5]);
|
|
rotate(30)
|
|
translate([0,30,0])
|
|
{
|
|
cube([10,20,5]);
|
|
rotate(30)
|
|
translate([0,30,0])
|
|
{
|
|
cube([10,20,5]);
|
|
}
|
|
}
|
|
} |