Mesh Union: Difference between revisions

From FreeCAD Documentation
No edit summary
(Added icon to usage section.)
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav|[[Mesh_Torus|Mesh Torus]]|[[Mesh Intersection|Intersection]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_Torus.svg|IconC=Workbench_Mesh.svg|IconR=Mesh_Intersection.png}}
|[[Mesh_BuildRegularSolid|Mesh BuildRegularSolid]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_BuildRegularSolid.svg
|IconR=Mesh_Intersection.svg
|IconC=Workbench_Mesh.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Mesh Union‏‎|MenuLocation=Meshes → Boolean → Union|Workbenches=[[Mesh Workbench|Mesh]]|Shortcut=|SeeAlso=[[Mesh_Merge|Merge]]}}
|Name=Mesh Union
|MenuLocation=Meshes → Boolean → Union
|Workbenches=[[Mesh_Workbench|Mesh]]
|SeeAlso=[[Mesh_Intersection|Mesh Intersection]], [[Mesh_Difference|Mesh Difference]]
}}


==Description==
==Description== <!--T:14-->


<!--T:2-->
<!--T:2-->
The '''Mesh Union''' command creates a new non-parametric mesh object, a [[Mesh_Feature|Mesh Feature]], that is the union (fusion) of two mesh objects.
Does a union (fusion) on selected meshes.


<!--T:6-->
<!--T:6-->
[http://www.openscad.org/ OpenSCAD] must be installed to use this command, and the path to its executable must be set in the [[OpenSCAD_Preferences|OpenSCAD preferences]].
The command creates a new separate mesh with all outer faces of all selected meshes.


</translate>
<!--T:7-->
[[Image:Mesh_Union_example.png]]
Inner faces are removed.
<translate>
<!--T:8-->
{{Caption|On the left two mesh objects, on the right the mesh object that is the union of those objects}}


==Usage==
==Usage== <!--T:15-->


<!--T:3-->
<!--T:3-->
# Select two mesh objects that partially overlap.
#Select meshes to be fused in the tree-view or in the 3D-view.
#Choose {{KEY| Meshes}} {{KEY|Boolean}}{{KEY|Union}}
# Select the {{MenuCommand|Meshes → Boolean → [[Image:Mesh_Union.svg|16px]] Union}} option from the menu.


<!--T:8-->
Example: Cube fused with sphere

<!--T:9-->
[[Image:Meshes_Boolean_Union.jpg]]

==Limitations== <!--T:4-->



==Properties== <!--T:17-->
==Notes==


<!--T:5-->
<!--T:18-->
See: [[Mesh_Feature|Mesh Feature]].
If you do not want remove the inner faces, you can use [[Mesh_Merge|Merge]]




<!--T:11-->
<!--T:11-->
{{Docnav
{{Docnav|[[Mesh_Torus|Mesh Torus]]|[[Mesh Intersection|Intersection]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_Torus.svg|IconC=Workbench_Mesh.svg|IconR=Mesh_Intersection.png}}
|[[Mesh_BuildRegularSolid|Mesh BuildRegularSolid]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_BuildRegularSolid.svg
|IconR=Mesh_Intersection.svg
|IconC=Workbench_Mesh.svg
}}


</translate>
</translate>
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 16:48, 18 September 2020

Mesh Union

Menu location
Meshes → Boolean → Union
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Mesh Intersection, Mesh Difference

Description

The Mesh Union command creates a new non-parametric mesh object, a Mesh Feature, that is the union (fusion) of two mesh objects.

OpenSCAD must be installed to use this command, and the path to its executable must be set in the OpenSCAD preferences.

On the left two mesh objects, on the right the mesh object that is the union of those objects

Usage

  1. Select two mesh objects that partially overlap.
  2. Select the Meshes → Boolean → Union option from the menu.

Properties

See: Mesh Feature.