Mesh Intersection: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Added icon to usage section.)
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav|[[Mesh Union|Union]]|[[Mesh Difference|Difference]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_Union.png|IconC=Workbench_Mesh.svg|IconR=Mesh_Difference.png}}
|[[Mesh_Union|Mesh Union]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Union.svg
|IconR=Mesh_Difference.svg
|IconC=Workbench_Mesh.svg
}}


<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Mesh Intersection‏‎|MenuLocation=Meshes → Boolean → Intersection|Workbenches=[[Mesh Workbench|Mesh]]|Shortcut=|SeeAlso=}}
|Name=Mesh Intersection
|MenuLocation=Meshes → Boolean → Intersection
|Workbenches=[[Mesh_Workbench|Mesh]]
|SeeAlso=[[Mesh_Union|Mesh Union]], [[Mesh_Difference|Mesh Difference]]
}}


==Introduction== <!--T:2-->
==Description== <!--T:13-->

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


<!--T:6-->
<!--T:6-->
[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 seperate mesh.

==Use== <!--T:3-->
#Select meshes to be intersected in the tree-view or in the 3D-view.
#Choose {{KEY| Meshes}} {{KEY|Boolean}} {{KEY|Intersection}}



<!--T:7-->
Example: Cube intersected with sphere


</translate>
[[Image:Mesh_Intersection_example.png]]
<translate>
<!--T:8-->
<!--T:8-->
{{Caption|On the left two mesh objects, on the right the mesh object that is the intersection of those objects}}
[[Image:Meshes_Boolean_Intersection.jpg]]

==Limitations== <!--T:4-->




==Links== <!--T:5-->
==Usage== <!--T:14-->


<!--T:3-->
# Select two mesh objects that partially overlap.
# Select the {{MenuCommand|Meshes → Boolean → [[Image:Mesh_Intersection.svg|16px]] Intersection}} option from the menu.


<!--T:10-->
==Properties== <!--T:15-->
{{Docnav|[[Mesh Union|Union]]|[[Mesh Difference|Difference]]|[[Mesh_Workbench|Mesh]]|IconL=Mesh_Union.png|IconC=Workbench_Mesh.svg|IconR=Mesh_Difference.png}}


<!--T:11-->
<!--T:16-->
See: [[Mesh_Feature|Mesh Feature]].
{{Mesh Tools navi}}


<!--T:12-->
{{Userdocnavi}}


<!--T:17-->
{{Docnav
|[[Mesh_Union|Mesh Union]]
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_Union.svg
|IconR=Mesh_Difference.svg
|IconC=Workbench_Mesh.svg
}}


</translate>
</translate>
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 16:49, 18 September 2020

Mesh Intersection

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

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.