OpenSCAD: Open Source 3D CAD Software

Die kostenlose Open Source Software OpenSCAD, ermöglicht 3D-Modellierung über Constructive Solid Geometry und “Extrusion of 2D Outlines”. 

Constructive Solid Geometry (CSG) (Konstruktive Festkörpergeometrie) ermöglicht das Modellieren von komplexen Oberflächen und Körper, indem boolesche Operatoren benutzt werden.

CSG Basics in OpenSCAD

Mit dem Laden des Videos akzeptieren Sie die Datenschutzerklärung von YouTube.
Mehr erfahren

Video laden

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 (see examples below). 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.

Die Software steht für Windows, Linux/UNIX und Mac OS X zur Verfügung.

Link: OpenSCAD

(c) Picture: Marius Kintel/Wikimedia Commons