OpenSCAD Part 1: 3D Objects with Code for Beginners (DE/EN)

Workshop: OpenSCAD Part 1

OpenSCAD Part 1: 3D Objects with Code for Beginners is offered online due to COVID-19 restrictions.

Introduction

OpenSCAD is software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. The file format of OpenSCAD .scad is used by one of the largest database for 3D Prints Thingiverse

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 designs 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. Autocad DXF files can be used as the data exchange format for such 2D outlines. In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.


For whom is it?

  • Students, teachers, designers, makers with different levels of experience

Workshop Index

An Introduction

  1. User Interface
  2. Commenting Code
  3. Boolean Operations
  4. Transformations
  5. 3D Primitives
  6. 2D Primitives
  7. Text
  8. Extrusion
  9. Projection
  10. Export
  11. Import
  12. Loops
  13. Statements
  14. Modules
  15. Variables
  16. Examples

Workshop Material

https://gitlab.com/DigitalStages/openscad_part1_introduction


Workshop Slides

Presentation Slides in English

Presentation Slides in German


OpenSCAD Online Version

OpenJSCAD

Share