OpenSCAD Somme de Minkowski

From FreeCAD Documentation
Revision as of 21:42, 4 May 2018 by Mario52 (talk | contribs)

OpenSCAD Minkowski

Emplacement du menu
OpenSCAD → Minkowski‏‎
Ateliers
OpenSCAD
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

ToDo

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.

  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 Edit Preferences

Notes