Mesh RemoveCompByHand: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav
|[[Mesh_RemoveComponents|Mesh RemoveComponents]]
|[[Mesh_RemoveComponents|RemoveComponents]]
|[[Mesh_Segmentation|Mesh Segmentation]]
|[[Mesh_Segmentation|Segmentation]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_RemoveComponents.svg
|IconL=Mesh_RemoveComponents.svg
|IconR=
|IconR=Mesh_Segmentation.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 18: Line 15:
{{GuiCommand
{{GuiCommand
|Name=Mesh RemoveCompByHand
|Name=Mesh RemoveCompByHand
|Empty=1
|MenuLocation=Meshes → Remove components by hand...
|MenuLocation=Meshes → Remove components by hand...
|Workbenches=[[Mesh_Workbench|Mesh]]
|Workbenches=[[Mesh_Workbench|Mesh]]
|SeeAlso=[[Mesh_RemoveComponents|Mesh RemoveComponents]]
|SeeAlso=[[Mesh_RemoveComponents|Mesh RemoveComponents]], [[Arch_SplitMesh|Arch SplitMesh]]
}}
}}


Line 27: Line 23:


<!--T:2-->
<!--T:2-->
The '''Mesh RemoveCompByHand''' command deletes components from mesh objects.
The '''Mesh RemoveCompByHand''' command removes components from mesh objects.

</translate>
[[Image:RimuoviComponente.png|500px]]
<translate>
<!--T:12-->
{{Caption|On the left a mesh object with two components, the cube component has been selected. On the right the result after deleting the cube.}}


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


<!--T:3-->
<!--T:3-->
# A component refers to a group of faces that are connected. Usually a mesh object will contain a single component. But, for example after using the [[Mesh_Merge|Mesh Merge]] command, a mesh object can contain multiple components.
# A component refers to a complete group of connected faces. Usually a mesh object contains a single component. But, for example after using the [[Mesh_Merge|Mesh Merge]] command, a mesh object can contain multiple components.
# The command uses the color red to mark selected components. To see these properly:
# The command uses the color red to mark selected components. To see them properly:
#* The {{PropertyView|Display Mode}} of the mesh objects should show faces. If necessary use the [[Std_DrawStyle|Std DrawStyle]] command to override this property.
#* The {{PropertyView|Display Mode}} of the mesh objects should show faces. If necessary use the [[Std_DrawStyle|Std DrawStyle]] command to override this property.
#* The {{PropertyView|Shape Color}} of the mesh objects should not be red.
#* The {{PropertyView|Shape Color}} of the mesh objects should not be red.
# Select the {{MenuCommand|Meshes → [[Image:Mesh_RemoveCompByHand.svg|16px]] Remove components by hand...}} option from the menu.
#* No mesh object should be selected (and therefore highlighted).
# Select the {{MenuCommand|Remove components by hand...}} option from the menu.
# The cursor changes to a hand icon.
# The cursor changes to a hand icon.
# Select the components you wish to delete.
# Select the components you wish to delete in the [[3D_view|3D view]].
# Optionally select {{MenuCommand|Clear selected faces}} from the [[3D_view|3D view]] context menu to deselect all components.
# Optionally select {{MenuCommand|Clear selected faces}} from the 3D view context menu to deselect all components.
# Select {{MenuCommand|Delete selected faces}} from the 3D view context menu to delete the selected components.
# Select {{MenuCommand|Delete selected faces}} from the 3D view context menu to delete the selected components.
# Select {{MenuCommand|Leave removal mode}} from the 3D view context menu to end the command.
# Select {{MenuCommand|Leave removal mode}} from the 3D view context menu to finish the command.




<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Mesh_RemoveComponents|Mesh RemoveComponents]]
|[[Mesh_RemoveComponents|RemoveComponents]]
|[[Mesh_Segmentation|Mesh Segmentation]]
|[[Mesh_Segmentation|Segmentation]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=Mesh_RemoveComponents.svg
|IconL=Mesh_RemoveComponents.svg
|IconR=
|IconR=Mesh_Segmentation.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}

Latest revision as of 21:57, 30 November 2020

Mesh RemoveCompByHand

Menu location
Meshes → Remove components by hand...
Workbenches
Mesh
Default shortcut
None
Introduced in version
-
See also
Mesh RemoveComponents, Arch SplitMesh

Description

The Mesh RemoveCompByHand command removes components from mesh objects.

Usage

  1. A component refers to a complete group of connected faces. Usually a mesh object contains a single component. But, for example after using the Mesh Merge command, a mesh object can contain multiple components.
  2. The command uses the color red to mark selected components. To see them properly:
    • The ViewDisplay Mode of the mesh objects should show faces. If necessary use the Std DrawStyle command to override this property.
    • The ViewShape Color of the mesh objects should not be red.
  3. Select the Meshes → Remove components by hand... option from the menu.
  4. The cursor changes to a hand icon.
  5. Select the components you wish to delete in the 3D view.
  6. Optionally select Clear selected faces from the 3D view context menu to deselect all components.
  7. Select Delete selected faces from the 3D view context menu to delete the selected components.
  8. Select Leave removal mode from the 3D view context menu to finish the command.