OpenSCAD CSG: Difference between revisions

From FreeCAD Documentation
(Created page with ' == Import == == Export ==')
 
Line 1: Line 1:


== Import ==
== Import ==
Supported Elements
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
* boolean: union, difference, intersection
* linearextrude, rotateextrude
* import (dxf, stl, off) (without scaling or transformation of origin)
* color


Unsupported Elements
* projection
* surface
* render (ignored)
* cgal operations: minkowski, glide, path, subdiv, hull


== Export ==
== Export ==

Revision as of 07:10, 12 September 2012

Import

Supported Elements

  • primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
  • boolean: union, difference, intersection
  • linearextrude, rotateextrude
  • import (dxf, stl, off) (without scaling or transformation of origin)
  • color

Unsupported Elements

  • projection
  • surface
  • render (ignored)
  • cgal operations: minkowski, glide, path, subdiv, hull

Export