OpenSCAD
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs) | m | ||
| 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 [[Object File Format|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 [[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] | ||
Revision as of 16:09, 3 September 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.

