OpenSCAD CSG/de: Difference between revisions

From FreeCAD Documentation
(Created page with "== Importieren == === Unterstützte Elemente === * Grundelemente: Würfel, Kugel, Zylinder, Quadrat, Kreis, Polygon, Polyeder * Boolesche Operationen: Vereinigung, Differenz,...")
(Created page with "=== Nicht unterstützte Elemente === * Projektion * Oberfläche * rendern (ignoriert) * cgal Operationen: minkowski, glide, path, subdiv, hull")
Line 10: Line 10:
* Farbe
* Farbe


=== Unsupported Elements ===
=== Nicht unterstützte Elemente ===
* Projektion
* projection
* Oberfläche
* surface
* render (ignored)
* rendern (ignoriert)
* cgal operations: minkowski, glide, path, subdiv, hull
* cgal Operationen: minkowski, glide, path, subdiv, hull


== Export ==
== Export ==

Revision as of 12:48, 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

Nicht unterstützte Elemente

  • Projektion
  • Oberfläche
  • rendern (ignoriert)
  • cgal Operationen: 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