Search My Notes

There are many pages of posts on many subjects, and only a few show on this main page. Search for the subjects that you are interested in.

Topics covered in here tend toward Gadgetry, Weapons, Books, Tools, and a lot of other things that have captured my interest.

Please note the "Linked From Here" tab on the results, which lists search results from sites I have linked to in my posts.

OpenSCAD: 3D Drawing for Programmers

OpenSCAD is a very cool open source free software parametric solid 3D CAD modeller, and available for Linux/UNIX, MS Windows and Apples OS X. If you like programming and 3D drawing you should have a look at OpenSCAD since it is more like writing code than juggling triangles and vertices like in Blender or AoI. It's Solidworks for programmers. It is software for creating solid 3D CAD objects.

Unlike most free software for creating 3D models 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.

Steep learning curve? Yes. Worth it? Yes, if you do they type of 3d drawing OpenSCAD excels at.

(Me) (Home)

0 comments: