(4 intermediate revisions by the same user not shown)
Line 18: Line 18:


==How to Use==
==How to Use==
* [[Intro to OpenSCAD 2014.pdf|Quick introduction to OpenSCAD presentation]]
* Quick introduction to OpenSCAD presentation: [[file:Intro to OpenSCAD 2014.pdf]]
* More involved OpenSCAD presentation: [[File:Intro to OpenSCAD 2014 Long.pdf]]
* [http://www.openscad.org/documentation.html OpenSCAD documentation]


==See Also==
==See Also==
* [[Object oriented OpenSCAD]]
* [[Object oriented OpenSCAD]]
* [[Polymer recycling codes for distributed manufacturing with 3-D printers]]
* http://pelablocks.org/

Revision as of 07:26, 27 April 2018


Openscad.png

OpenSCAD - The Programmers Solid 3D CAD Modeller

OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and Mac 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 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 parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL (for 3-D printing) and OFF file formats.

OpenSCAD is most useful for designing parametric OSAT that can be 3-D printed. For example see:Open source 3-D printing of OSAT

Free download: http://www.openscad.org/

How to Use

See Also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.