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...") |
(link to related articles) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 and CAD/CAM Models | 3D CAD models]]. The program to interpret it is free and open-source. It makes use of [[DXF]], [[STL]], and [[OFF (Geomview 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] |
Latest revision as of 01:02, 16 February 2024
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.