OpenSCAD CSG/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "== Importieren == === Unterstützte Elemente === * Grundelemente: Würfel, Kugel, Zylinder, Quadrat, Kreis, Polygon, Polyeder * Boolesche Operationen: Vereinigung, Differenz,...")
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}
{{TOCright}}
== Import ==
== Importieren ==
=== Supported Elements ===
=== Unterstützte Elemente ===
* Grundelemente: Würfel, Kugel, Zylinder, Quadrat, Kreis, Polygon, Polyeder
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
* Boolesche Operationen: Vereinigung, Differenz, Schnittpunkt
* boolean: union, difference, intersection
* linearextrude, rotateextrude
* linearextrude, rotateextrude
* import (dxf, stl, off) (without scaling or transformation of origin)
* Importieren (dxf, stl, off) (ohne Skalierung oder Transformation des Ursprungs)
* multmatrix
* multmatrix
* color
* Farbe


=== Unsupported Elements ===
=== Unsupported Elements ===

Revision as of 12:47, 24 July 2021

Other languages:

Importieren

Unterstützte Elemente

  • Grundelemente: Würfel, Kugel, Zylinder, Quadrat, Kreis, Polygon, Polyeder
  • Boolesche Operationen: Vereinigung, Differenz, Schnittpunkt
  • linearextrude, rotateextrude
  • Importieren (dxf, stl, off) (ohne Skalierung oder Transformation des Ursprungs)
  • multmatrix
  • Farbe

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

Related