OpenSCAD: Aplicații la Suma Minkowski

From FreeCAD Documentation
Revision as of 07:18, 8 November 2018 by Luc (talk | contribs) (Created page with "==Limitări== Funcțiile necesara OpenSCAD sunt instalate și configurate pe traseul {{KEY| Edit}} → {{KEY| Preferences}} <br />")

OpenSCAD Minkowski

Menu location
OpenSCAD → Minkowski‏‎
Workbenches
OpenSCAD
Default shortcut
none
Introduced in version
-
See also
---

Descriere

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.

Utilizare

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

Limitări

Funcțiile necesara OpenSCAD sunt instalate și configurate pe traseul Edit Preferences

Notes