OpenSCAD Minkowski/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:
{{GuiCommand|Name=OpenSCAD Minkowski|MenuLocation=OpenSCAD → Minkowski‏‎||Workbenches=[[OpenSCAD Module|OpenSCAD]]|Shortcut=none|SeeAlso=---}}
{{GuiCommand|Name=OpenSCAD Minkowski|MenuLocation=OpenSCAD → Minkowski‏‎||Workbenches=[[OpenSCAD Module|OpenSCAD]]|Shortcut=none|SeeAlso=---}}


==Description==
ToDo

Applies a minkowski sum to selected shapes.
<br />
<br />
'''Mathematical Definition:'''
<br />
Add each element of subset A to each element of subset B to get minkowski sum.
<br />
'''Geometrical Definition:'''
<br />
Sweep element A along all boundaries of element B. Resulting space which is occupied by both elements
is minkowski sum.
<br />
<br />
[[Image:Minkowski_example.jpg|An example of a minkowski sum]]
<br />
Example of minkowski sum applied to cylinder and cube.
<br />
Note that the height of minkowski sum is height of cylinder plus height of cube.


==Use==
==Use==

#Select shapes in Tree-View or in 3D-View
#Select shapes in Tree-View or in 3D-View
#Click on [[Image:OpenSCAD_Minkowski.png|32px]] or choose {{KEY| OpenSCAD}} → {{KEY|[[Image:OpenSCAD_Minkowski.png|32px]] Minkowski}} from the top menu.
#Click on [[Image:OpenSCAD_Minkowski.png|32px]] or choose {{KEY| OpenSCAD}} → {{KEY|[[Image:OpenSCAD_Minkowski.png|32px]] Minkowski}} from the top menu.
Line 15: Line 35:
<br />
<br />


[[Category:User Documentation]]
[[Category:Command Reference]]


{{clear}}
{{clear}}

Revision as of 21:28, 2 March 2016

OpenSCAD Minkowski

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

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.

Use

  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