Mesh Difference/en: 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 Intersection|Intersection]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
Line 14: Line 14:
|Empty=1
|Empty=1
|MenuLocation=Meshes → Boolean → Difference
|MenuLocation=Meshes → Boolean → Difference
|Workbenches=[[Mesh Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench|Mesh]]
|SeeAlso=[[Mesh_Union|Mesh Union]], [[Mesh_Intersection|Mesh Intersection]]
}}
}}


==Description==
==Description==


The '''Mesh Difference''' command creates a new non-parametric mesh object, a [[Mesh_Feature|Mesh Feature]], that is the difference of two mesh objects: one mesh object is cut from the other.
Does a difference (cut) 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_Difference_example.png]]
==Usage==
{{Caption|On the left two mesh objects, on the right the mesh object that is the difference of those objects if the cube is selected as the main object}}


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


# Select the main mesh object.
# Add the mesh object you want to cut from the main object to the selection. The mesh objects must overlap.
# Select the {{MenuCommand|Meshes → Boolean → Difference}} option from the menu.


==Properties==
Example: Cube cut with sphere


See: [[Mesh_Feature|Mesh Feature]].
[[Image:Meshes_Boolean_Difference.jpg]]

==Limitations==



==Links==




{{Docnav
{{Docnav
|[[Mesh Intersection|Intersection]]
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
Line 51: Line 49:
{{Mesh Tools navi{{#translation:}}}}
{{Mesh Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 11:53, 25 July 2020

Mesh Difference

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

Description

The Mesh Difference command creates a new non-parametric mesh object, a Mesh Feature, that is the difference of two mesh objects: one mesh object is cut from the other.

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 difference of those objects if the cube is selected as the main object

Usage

  1. Select the main mesh object.
  2. Add the mesh object you want to cut from the main object to the selection. The mesh objects must overlap.
  3. Select the Meshes → Boolean → Difference option from the menu.

Properties

See: Mesh Feature.