前回はOpenSCADで簡単な3Dモデルを作るところまで紹介しました。今回はいよいよ3Dモデリングの最も重要な部分であり、今後より複雑なモデリングをしていくために重要な平面 (2次元) の作図と、その図を立体にしていくための押し出し (エクストルー ...
OpenSCAD is one of the most powerful 3d modeling applications around. Its beauty is in its simplicity; if you need a box, you can just write the code for a box. If you need some bit of plastic to keep ...
What’s your favorite OpenSCAD command? Perhaps it’s intersection() or difference()? Or are you a polygon() and extrude() modeler? For me, the most useful, and maybe most often overlooked, function is ...