OpenSCAD Minkowski

From FreeCAD Documentation
Revision as of 18:38, 26 December 2022 by Roy 043 (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OpenSCAD Minkowski

Menu location
OpenSCAD → Minkowski

‏‎

Workbenches
OpenSCAD
Default shortcut
None
Introduced in version
-
See also
None

Description

Applies a Minkowski sum to selected shapes.

Mathematical Definition

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

Geometrical Definition

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

An example of a Minkowski sum

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

Usage

  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

Notes