Cargo container landmark
cults3d
You can discover this iconic landmark at Pier-2 Art Center in Kaohsiung, Taiwan. Simply search Google for images to get a glimpse of it. Below is the OpenSCAD code that brought this work to life: ``` module circle(radius) { circle(radius); } module heart() { translate([-10,0]) rotate([90,0,0]) circle(5); translate([10,0]) rotate([90,0,0]) circle(5); } module dotSCAD() { difference() { union() { heart(); translate([10,-6]) circle(4); } union() { heart(); translate([-15,-9.3]) square(25,center=true); translate([-20,-13.5]) square(35,center=true); translate([-30,-19.7]) square(45,center=true); } } } dotSCAD(); ``` For more information on how to use OpenSCAD, check out the official documentation: OpenSCAD Documentation You can also find the Traditional Chinese version of the documentation here: OpenSCAD Documentation - Traditional Chinese And if you prefer English, you can access it through this link: OpenSCAD Documentation - English Additionally, you may want to explore the OpenSCAD Library for more resources and examples.
With this file you will be able to print Cargo container landmark with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Cargo container landmark.