Mesh Merge: Difference between revisions

From FreeCAD Documentation
m (Typo)
m (Typos / formatting)
Line 13: Line 13:
==Use== <!--T:3-->
==Use== <!--T:3-->
#Select meshes in tree-view
#Select meshes in tree-view
#Choose {{KEY| Meshes}} → {{KEY| Merge}} from the top menu.
#Choose {{Button|Meshes}} → {{Button|Merge}} from the top menu.
The resulting mesh will be created as a new and separate object.
The resulting mesh will be created as a new and separate object.


Line 23: Line 23:


==Notes== <!--T:5-->
==Notes== <!--T:5-->
Opposed to {{KEY| Meshes}} {{KEY| Boolean}} {{KEY| Union}} no inner faces are removed.
Opposed to {{Button|Meshes}} → {{Button|Boolean}} → {{Button| Union}} no inner faces are removed.
All faces will transeferred to the mergeed mesh.
All faces will transferred to the merged mesh.





Revision as of 23:03, 14 February 2019

Mesh Merge‏‎

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

Introduction

Merges two or more selected meshes.


Use

  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.