OpenSCAD Tutorial/Introduction

From Wikibooks, open books for an open world
Jump to navigation Jump to search

About OpenSCAD[edit | edit source]

OpenSCAD logo
OpenSCAD logo

OpenSCAD is a solid 3D CAD modelling software that enables the creation of CAD models through a scripting file. The domain specific language designed for this purpose allows the creation of fully parametric models by combining and transforming available primitives as well as custom objects.

About this tutorial[edit | edit source]

This tutorial assumes zero programming or CAD knowledge and is designed to guide you step by step through examples and exercises that will quickly build your understanding and provide you with the right tools to create your own models. Emphasis is placed on parametric design principles that will allow you to rapidly modify your creations and build your own library of reusable and combinable models.

The majority of presented examples and solutions to exercises are available as separate OpenSCAD scripts here.

As of 29-11-2019 this tutorial as well as all accompanying material were completely developed as a Google Season of Docs project.