OpenSCAD CSG: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 1: Line 1:

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


Unsupported Elements
=== Unsupported Elements ===
* projection
* projection
* surface
* surface
Line 15: Line 15:


== Export ==
== Export ==
=== Supported Elements ===
* primitives: Box, Cylinder, Cone, Torus
* boolean: Cut, Fuse, Common
=== Fallback ===
Every object derived from Part::Feature which is not (yet) supported will get meshed and exported as a polyhedron element

Revision as of 07:22, 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)
  • multmatrix
  • color

Unsupported Elements

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

Export

Supported Elements

  • primitives: Box, Cylinder, Cone, Torus
  • boolean: Cut, Fuse, Common

Fallback

Every object derived from Part::Feature which is not (yet) supported will get meshed and exported as a polyhedron element