

Download an application, make it executable, and run! No need to install. Awesome!ĪppImages are single-file applications that run on most Linux distributions. OpenSCAD is available as an AppImage which means "one app = one file", which you can download and run on your Linux system while you don't need a package manager and nothing gets changed in your system. OpenSCAD Website OpenSCAD Bugtracker OpenSCAD FAQ OpenSCAD Help Donate Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.

In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. As data exchange format for this 2D outlines Autocad DXF files are used. OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines.
#$fn openscad full
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. 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.

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. 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. OpenSCAD is a software for creating solid 3D CAD models.
