From the course: Creating a Captive Sphere with OpenSCAD

Welcome

- [Voiceover] Hi and welcome to OpenSCAD. OpenSCAD is a great 3D modeling app that's particularly good for making models that you're going to print on a 3D printer. This is the model we're going to be making. It's a sphere that's held captive inside this cube. What you'll notice is there are no tools here for actually creating the model. And that's because OpenSCAD has no modeling tools whatsoever. Instead, you create the object by typing in the instructions for building it. That may look confusing to start with. But we'll take this one step at a time and we'll see how we can build this captive sphere in just ten lines of code.

Contents