Translations:Mesh Workbench/14/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
* Do '''Boolean''' operations with meshes
=== Boolean ===
** [[Mesh Union|Union]]: Does a union (fusion) on meshes
* [[Mesh Union|Union]]: Does a union (fusion) on meshes
** [[Mesh Intersection|Intersection]]: Does an intersection (common) on meshes
* [[Mesh Intersection|Intersection]]: Does an intersection (common) on meshes
** [[Mesh Difference|Difference]]: Does a difference (cut) on meshes
* [[Mesh Difference|Difference]]: Does a difference (cut) on meshes

Revision as of 14:37, 14 January 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Mesh Workbench)
* Boolean
** [[Image:Mesh_Union.svg|32px]] [[Mesh_Union|Union]]: Creates a mesh object that is the union of two mesh objects.
** [[Image:Mesh_Intersection.svg|32px]] [[Mesh_Intersection|Intersection]]: Creates a mesh object that is the intersection of two mesh objects.
** [[Image:Mesh_Difference.svg|32px]] [[Mesh_Difference|Difference]]: Creates a mesh object that is the difference of two mesh objects.

Boolean

  • Union: Does a union (fusion) on meshes
  • Intersection: Does an intersection (common) on meshes
  • Difference: Does a difference (cut) on meshes