OpenSCAD User Manual

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Introduction

OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and Apples OS X.

Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designes that are defined by configurable parameters.

OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. As data exchange format format for this 2D outlines Autocad DXF files are used. In addition to 2D paths for extrusion it is also possible to read design parametes from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.

OpenSCAD can be downloaded from http://openscad.org/.

[edit] Overview

  1. Development stage: 00% (as of November 14, 2009) Introduction
  2. Development stage: 00% (as of November 14, 2009) First Steps
  3. Development stage: 00% (as of November 14, 2009) The OpenSCAD Language
    1. Conditional and Iterator Functions
    2. Mathematical Operators
    3. Mathematical Functions
    4. Primitive Solids
    5. Transformations
    6. CSG Modelling
    7. Modifier Characters
    8. Modules
    9. Include Statement
    10. Other Language Features
  4. Development stage: 00% (as of November 14, 2009) Using the 2D Subsystem
    1. DXF Extrusion
  5. Development stage: 00% (as of November 14, 2009) STL Import and Export
    1. STL Import
    2. STL Export
  6. Development stage: 00% (as of November 14, 2009) Commented Example Projects
  7. Development stage: 00% (as of November 14, 2009) Building OpenSCAD from Sources
    1. Building on Linux/UNIX
    2. Building on Windows
    3. Building on MacOS-X