OpenSCAD: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with '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 …')
 
(Wikification)
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
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 [[:Category:2D graphics|2D]] designs in DXF and extrude parts of it into the [[Category: 3D graphics|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).
cord). This uses CSG constructive solid geometry
http://en.wikipedia.org/wiki/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 (extruding can be linear or on different paths, so you
can make, e.g., a torus by extruding a circle on a circular path).


[[Category:CAD]]
[[Category: CAD]]
[[Category: Software]]

Revision as of 01:32, 15 October 2010

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 (extrusion can be linear or on different paths, so you can make, e.g., a torus by extruding a circle on a circular path).