OpenSCAD
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |subcat=3D and CAD/CAM Models |extensions={{ext|scad}} }} '''OpenSCAD''' is a scripting language for describing 3D CAD models. The program to interpret it is fre...") |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
}} | }} | ||
− | '''OpenSCAD''' is a scripting language for describing 3D CAD models. The program to interpret it is free and open-source. It makes use of [[DXF]], [[STL]], and [[OFF]] files for raw object data used in building more complex objects through scripting. | + | '''OpenSCAD''' is a scripting language for describing 3D CAD models. The program to interpret it is free and open-source. It makes use of [[DXF]], [[STL]], and [[Object File Format|OFF]] files for raw object data used in building more complex objects through scripting. |
== Links == | == Links == | ||
* [http://www.openscad.org/ Official site] | * [http://www.openscad.org/ Official site] | ||
* [http://en.wikibooks.org/wiki/OpenSCAD_User_Manual User manual] | * [http://en.wikibooks.org/wiki/OpenSCAD_User_Manual User manual] |
Revision as of 17:26, 13 March 2013
OpenSCAD is a scripting language for describing 3D CAD models. The program to interpret it is free and open-source. It makes use of DXF, STL, and OFF files for raw object data used in building more complex objects through scripting.