Mesh PolyCut: Difference between revisions

From FreeCAD Documentation
No edit summary
(Button text.)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Difference|Difference]]
|[[Mesh_PolyTrim|Mesh PolyTrim]]
|[[Mesh_PolyTrim|PolyTrim]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_Difference.svg
|IconR=
|IconR=Mesh_PolyTrim.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 25: Line 22:
==Description== <!--T:3-->
==Description== <!--T:3-->


<!--T:11-->
The '''Mesh PolyCut''' command cuts whole faces from mesh objects.
The '''Mesh PolyCut''' command cuts whole faces from mesh objects.


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


<!--T:12-->
# During the command the [[3D_view|3D view]] cannot be changed. It is advisable to properly line up the 3d view first.
# During the command the [[3D_view|3D view]] cannot be changed. It is advisable to properly line up the 3d view first.
# Select one or more mesh objects.
# Select one or more mesh objects.
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Mesh_PolyCut.svg|16px]] [[Mesh_PolyCut|Mesh PolyCut]]}} button.
#* Press the {{Button|[[Image:Mesh_PolyCut.svg|16px]] [[Mesh_PolyCut|Cut mesh]]}} button.
#* Select the {{MenuCommand|Meshes → Cutting → [[Image:Mesh_PolyCut.svg|16px]] Cut mesh}} option from the menu.
#* Select the {{MenuCommand|Meshes → Cutting → [[Image:Mesh_PolyCut.svg|16px]] Cut mesh}} option from the menu.
# Define a polygon by picking points in the 3D view.
# Define a polygon by picking points in the 3D view.
Line 38: Line 37:
#* {{MenuCommand|Inner}}: removes the faces that are (partially) inside the polygon.
#* {{MenuCommand|Inner}}: removes the faces that are (partially) inside the polygon.
#* {{MenuCommand|Outer}}: removes the faces that are completely outside the polygon.
#* {{MenuCommand|Outer}}: removes the faces that are completely outside the polygon.
#* {{MenuCommand|Split}}: removes the faces that are (partially) inside the polygon, and creates a new mesh object containing them.
#* {{MenuCommand|Split}}: removes the faces that are completely outside the polygon, and creates a new mesh object containing them.
#* {{MenuCommand|Cancel}}: cancels the command.
#* {{MenuCommand|Cancel}}: cancels the command.


Line 44: Line 43:
<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Mesh_Difference|Mesh Difference]]
|[[Mesh_Difference|Difference]]
|[[Mesh_PolyTrim|Mesh PolyTrim]]
|[[Mesh_PolyTrim|PolyTrim]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_Difference.svg
|IconR=
|IconR=Mesh_PolyTrim.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}

Latest revision as of 16:43, 25 November 2023

Mesh PolyCut

Menu location
Meshes → Cutting → Cut mesh
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Mesh PolyTrim, Mesh TrimByPlane

Description

The Mesh PolyCut command cuts whole faces from mesh objects.

Usage

  1. During the command the 3D view cannot be changed. It is advisable to properly line up the 3d view first.
  2. Select one or more mesh objects.
  3. There are several ways to invoke the command:
    • Press the Cut mesh button.
    • Select the Meshes → Cutting → Cut mesh option from the menu.
  4. Define a polygon by picking points in the 3D view.
  5. Select an option from the 3D view context menu:
    • Inner: removes the faces that are (partially) inside the polygon.
    • Outer: removes the faces that are completely outside the polygon.
    • Split: removes the faces that are completely outside the polygon, and creates a new mesh object containing them.
    • Cancel: cancels the command.