OpenSCAD Minkowski/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 3: Line 3:
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Hull|Hull]]
|
|
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_Hull.svg
|IconL=OpenSCAD_Hull.svg
|IconR=
|IconR=
Line 9: Line 9:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/de
{{GuiCommand/de
|Name=OpenSCAD Minkowski
|Name=OpenSCAD Minkowski
Line 16: Line 17:
|SeeAlso=---
|SeeAlso=---
}}
}}
</div>


==Beschreibung==
==Beschreibung==
Line 47: Line 49:
|[[OpenSCAD_Hull|Hull]]
|[[OpenSCAD_Hull|Hull]]
|
|
|[[OpenSCAD_Module|OpenSCAD]]
|[[OpenSCAD_Workbench|OpenSCAD]]
|IconL=OpenSCAD_Hull.svg
|IconL=OpenSCAD_Hull.svg
|IconR=
|IconR=

Revision as of 09:13, 23 August 2021

OpenSCAD Minkowski

Menüeintrag
OpenSCAD → Minkowski

Arbeitsbereich
OpenSCAD
Standardtastenkürzel
Keine
Eingeführt in Version
-
Siehe auch
---

Beschreibung

Applies a Minkowski sum to selected shapes.

Mathematische Definition

Add each element of subset A to each element of subset B to get Minkowski sum.

Geometrische Definition

Sweep element A along all boundaries of element B. Resulting space which is occupied by both elements is Minkowski sum.

Ein Beispiel einer Minkowski-Summe

Example of Minkowski sum applied to cylinder and cube. Note: that the height of minkowski sum is height of cylinder plus height of cube.

Anwendung

  1. Select shapes in Tree view or in 3D view
  2. Click on or choose OpenSCAD Minkowski from the top menu.

Einschränkungen

OpenSCAD muss installiert und konfiguriert sein in BearbeitenEinstellungen, um die Funktion nutzen zu können

Hinweise