Mesh Difference: Difference between revisions

From FreeCAD Documentation
No edit summary
(Button text.)
Tag: Manual revert
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Intersection|Intersection]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_PolyCut|PolyCut]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_Intersection.svg
|IconR=Mesh_PolyCut.svg
|IconR=Mesh_PolyCut.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
Line 18: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Mesh Difference
|Name=Mesh Difference
|Empty=1
|MenuLocation=Meshes → Boolean → Difference
|MenuLocation=Meshes → Boolean → Difference
|Workbenches=[[Mesh_Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench|Mesh]]
Line 33: Line 29:


</translate>
</translate>
[[Image:Meshes_Boolean_Difference.jpg]]
[[Image:Mesh_Difference_example.png]]
<translate>
<translate>
<!--T:7-->
<!--T:7-->
{{Caption|On the left two separate mesh objects, on the right the mesh object that is the difference of those objects}}
{{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== <!--T:14-->
==Usage== <!--T:14-->
Line 43: Line 39:
# Select the main mesh object.
# 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.
# Add the mesh object you want to cut from the main object to the selection. The mesh objects must overlap.
# There are several ways to invoke the command:
# Select the {{MenuCommand|Meshes → Boolean → Difference}} option from the menu.
#* Press the {{Button|[[Image:Mesh_Difference.svg|16px]] [[Mesh_Difference|Difference]]}} button.
#* Select the {{MenuCommand|Meshes → Boolean → [[Image:Mesh_Difference.svg|16px]] Difference}} option from the menu.


==Properties==
==Properties== <!--T:15-->


<!--T:16-->
See: [[Mesh_Feature|Mesh Feature]].
See: [[Mesh_Feature|Mesh Feature]].


Line 52: Line 51:
<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Mesh_Intersection|Mesh Intersection]]
|[[Mesh_Intersection|Intersection]]
|[[Mesh_PolyCut|Mesh PolyCut]]
|[[Mesh_PolyCut|PolyCut]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_Intersection.svg
|IconR=Mesh_PolyCut.svg
|IconR=Mesh_PolyCut.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg

Latest revision as of 16:42, 25 November 2023

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. There are several ways to invoke the command:
    • Press the Difference button.
    • Select the Meshes → Boolean → Difference option from the menu.

Properties

See: Mesh Feature.