OpenSCAD Minkowski/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Ein Beispiel einer Minkowski-Summe")
No edit summary
Line 33: Line 33:
Example of Minkowski sum applied to cylinder and cube. Note: that the height of minkowski sum is height of cylinder plus height of cube.
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==
<div class="mw-translate-fuzzy">
==Benutzung==
</div>


# Select shapes in [[Tree_view|Tree view]] or in [[3D_view|3D view]]
# Select shapes in [[Tree_view|Tree view]] or in [[3D_view|3D view]]

Revision as of 17:35, 6 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.

Limitations

Feature needs OpenSCAD installed and configured in EditPreferences

Bemerkungen