Mesh Merge: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (Typo)
Line 8: Line 8:


==Introduction== <!--T:2-->
==Introduction== <!--T:2-->
Merges two ore more selected meshes.
Merges two or more selected meshes.




==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 {{KEY| Meshes}} → {{KEY| Merge}} from the top menu.
The resulting mesh will be created as a new and seperate object.
The resulting mesh will be created as a new and separate object.




==Limitations== <!--T:4-->
==Limitations== <!--T:4-->
Up to FreeCAD version 0.16.6651 placment of meshes was disregarded.
Up to FreeCAD version 0.16.6651 placement of meshes was disregarded.
With FreeCAD 0.16.6651 this was fixed.
With FreeCAD 0.16.6651 this was fixed.



Revision as of 22:59, 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 Meshes Merge 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 Meshes Boolean Union no inner faces are removed. All faces will transeferred to the mergeed mesh.