Mesh Intersection/ru: Difference between revisions

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

{{Docnav
{{Docnav
|[[Mesh Union|Union]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh Difference|Difference]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Union.png
|IconL=
|IconR=
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
|IconR=Mesh_Difference.png
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Mesh Intersection‏‎
|Name=Mesh Intersection‏‎
Line 17: Line 19:
|SeeAlso=
|SeeAlso=
}}
}}
</div>


==Description==
==Description==

Does an intersection (common) on two selected meshes.

The result is created as a new separate mesh.

==Usage==

#Select meshes to be intersected in the tree-view or in the 3D-view.
#Choose {{KEY| Meshes}} → {{KEY|Boolean}} → {{KEY|Intersection}}



The '''Mesh Intersection''' command creates a new non-parametric mesh object, a [[Mesh_Feature|Mesh Feature]], that is the intersection (common) of two mesh objects.


[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]].
Example: Cube intersected with sphere


[[Image:Meshes_Boolean_Intersection.jpg]]
[[Image:Mesh_Intersection_example.png]]
{{Caption|On the left two mesh objects, on the right the mesh object that is the intersection of those objects}}


==Limitations==
==Usage==


# Select two mesh objects that partially overlap.
# Select the {{MenuCommand|Meshes → Boolean → Intersection}} option from the menu.


==Properties==


See: [[Mesh_Feature|Mesh Feature]].
==Links==




{{Docnav
{{Docnav
|[[Mesh Union|Union]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh Difference|Difference]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Union.png
|IconL=
|IconR=
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
|IconR=Mesh_Difference.png
}}
}}


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

Revision as of 11:54, 25 July 2020

Other languages:

Mesh Intersection‏‎

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

Description

The Mesh Intersection command creates a new non-parametric mesh object, a Mesh Feature, that is the intersection (common) 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 intersection of those objects

Usage

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

Properties

See: Mesh Feature.