Mesh Union/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Mesh_Torus|Mesh Torus]]
|[[Mesh_BuildRegularSolid|Mesh BuildRegularSolid]]
|[[Mesh Intersection|Intersection]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Torus.svg
|IconL=Mesh_BuildRegularSolid.svg
|IconR=Mesh_Intersection.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
|IconR=Mesh_Intersection.png
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Mesh Union‏‎
|Name=Mesh Union‏‎
Line 17: Line 19:
|SeeAlso=[[Mesh_Merge/ru|Объединить]]
|SeeAlso=[[Mesh_Merge/ru|Объединить]]
}}
}}
</div>


==Description==
==Description==

Does a union (fusion) on selected meshes.

The command creates a new separate mesh with all outer faces of all selected meshes.

Inner faces are removed.

[[Image:Meshes_Boolean_Union.jpg]]


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.
{{Caption|Above: Cube fused with sphere}}


[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]].
==Usage==


[[Image:Mesh_Union_example.png]]
#Select meshes to be fused in the [[tree view]] or in the [[3D view]].
{{Caption|On the left two mesh objects, on the right the mesh object that is the union of those objects}}
#Choose {{KEY| Meshes}} → {{KEY|Boolean}} → {{KEY|Union}}


==Limitations==
==Usage==


# Select two mesh objects that partially overlap.
# Select the {{MenuCommand|Meshes → Boolean → [[Image:Mesh_Union.svg|16px]] Union}} option from the menu.


==Notes==
==Properties==


See: [[Mesh_Feature|Mesh Feature]].
If you do not want remove the inner faces, you can use [[Mesh_Merge|Merge]]




{{Docnav
{{Docnav
|[[Mesh_Torus|Mesh Torus]]
|[[Mesh_BuildRegularSolid|Mesh BuildRegularSolid]]
|[[Mesh Intersection|Intersection]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Torus.svg
|IconL=Mesh_BuildRegularSolid.svg
|IconR=Mesh_Intersection.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
|IconR=Mesh_Intersection.png
}}
}}


{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 20:42, 18 September 2020

Other languages:

Mesh Union‏‎

Системное название
Mesh Union‏‎
Расположение в меню
Сетки → Булевы операции → Объединение
Верстаки
Mesh
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Объединить

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.