Mesh Intersection/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Mesh Union|Union]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh Difference|Difference]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=
Line 21: Line 21:
</div>
</div>


==Description==
==Description==


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.
Does an intersection (common) on two selected meshes.


[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]].
The result is created as a new separate mesh.


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


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


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


==Properties==


See: [[Mesh_Feature|Mesh Feature]].
Example: Cube intersected with sphere

[[Image:Meshes_Boolean_Intersection.jpg]]

==Limitations==



==Links==




{{Docnav
{{Docnav
|[[Mesh Union|Union]]
|[[Mesh_Union|Mesh Union]]
|[[Mesh Difference|Difference]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=
Line 56: Line 51:
{{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.