OpenSCAD CSG: Difference between revisions

From FreeCAD Documentation
(languages/it)
(Category and translate)
Line 1: Line 1:
<translate>
== Import ==
== Import ==
=== Supported Elements ===
=== Supported Elements ===
Line 18: Line 19:
* primitives: Box, Cylinder, Cone, Torus
* primitives: Box, Cylinder, Cone, Torus
* boolean: Cut, Fuse, Common
* boolean: Cut, Fuse, Common

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


[[Category:User Documentation]]

</translate>
{{languages | {{es|OpenSCAD_CSG/es}} {{fr|OpenSCAD_CSG/fr}} {{it|OpenSCAD_CSG/it}} }}
{{clear}}
<languages/>

Revision as of 19:17, 18 May 2014

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

Other languages: