OpenSCAD: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
For 3D modelling you may want to look into openscad (at openscad.org) | For 3D modelling you may want to look into openscad (at openscad.org) | ||
written by Clifford Wold (you met him @metalab, he fixed your power cord). This uses CSG ([[wikipedia:constructive solid geometry|constructive solid geometry]]) internally and can generate STL but also *import* STL (and use CSG on the resulting model). It also can read 2D designs in DXF and extrude parts of it into the 3rd dimension ([[wikipedia:extrusion|extrusion]] can be linear or on different paths, so you can make, e.g., a torus by extruding a circle on a circular path). | written by Clifford Wold (you met him @metalab, he fixed your power cord). This uses CSG ([[wikipedia:constructive solid geometry|constructive solid geometry]]) internally and can generate STL but also *import* STL (and use CSG on the resulting model). It also can read 2D designs in DXF and extrude parts of it into the 3rd dimension ([[wikipedia:extrusion|extrusion]] can be linear or on different paths, so you can make, e.g., a torus by extruding a circle on a circular path). | ||
=External Links= | |||
http://www.openscad.org/ | |||
http://en.wikibooks.org/wiki/OpenSCAD_User_Manual | |||
[[Category: CAD]] | [[Category: CAD]] | ||
[[Category: Software]] | [[Category: Software]] | ||
[[Category:Digital Fabrication]] | [[Category:Digital Fabrication]] |
Revision as of 00:38, 9 November 2012
For 3D modelling you may want to look into openscad (at openscad.org) written by Clifford Wold (you met him @metalab, he fixed your power cord). This uses CSG (constructive solid geometry) internally and can generate STL but also *import* STL (and use CSG on the resulting model). It also can read 2D designs in DXF and extrude parts of it into the 3rd dimension (extrusion can be linear or on different paths, so you can make, e.g., a torus by extruding a circle on a circular path).
External Links
http://www.openscad.org/ http://en.wikibooks.org/wiki/OpenSCAD_User_Manual