Mesh Merge: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 2: Line 2:
<translate>
<translate>
<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav|[[Mesh TrimMeshWithPlane|Trim mesh with a plane]]|[[Mesh SelectMesh|Select Mesh]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_TrimMeshWithPlane.png|IconC=Workbench_Mesh.svg|IconR=Mesh_SelectMesh.png}}
|[[Mesh TrimMeshWithPlane|Trim mesh with a plane]]
|[[Mesh SelectMesh|Select Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_TrimMeshWithPlane.png
|IconC=Workbench_Mesh.svg
|IconR=Mesh_SelectMesh.png
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Mesh Merge‏‎|MenuLocation=Meshes → Merge|Workbenches=[[Mesh Workbench|Mesh]]|Shortcut=|SeeAlso=[[Mesh_Union|Boolean Union]]}}
|Name=Mesh Merge‏‎
|MenuLocation=Meshes → Merge
|Workbenches=[[Mesh Workbench|Mesh]]
|Shortcut=
|SeeAlso=[[Mesh_Union|Boolean Union]
]}}


==Description== <!--T:10-->
==Description== <!--T:10-->
Line 36: Line 49:


<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav|[[Mesh TrimMeshWithPlane|Trim mesh with a plane]]|[[Mesh SelectMesh|Select Mesh]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_TrimMeshWithPlane.png|IconC=Workbench_Mesh.svg|IconR=Mesh_SelectMesh.png}}
|[[Mesh TrimMeshWithPlane|Trim mesh with a plane]]
|[[Mesh SelectMesh|Select Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_TrimMeshWithPlane.png
|IconC=Workbench_Mesh.svg
|IconR=Mesh_SelectMesh.png
}}


</translate>
</translate>

Revision as of 13:44, 28 April 2020

{{GuiCommand |Name=Mesh Merge‏‎ |MenuLocation=Meshes → Merge |Workbenches=Mesh |Shortcut= |SeeAlso=[[Mesh_Union|Boolean Union] ]}}

Description

Merges two or more selected meshes.


Usage

  1. Select meshes in tree-view
  2. Choose MeshesMerge from the top menu.

The resulting mesh will be created as a new and separate object.


Limitations

Up to FreeCAD version 0.16.6651 placement of meshes was disregarded. With FreeCAD 0.16.6651 this was fixed.


Notes

Opposed to MeshesBoolean Union no inner faces are removed. All faces will transferred to the merged mesh.