Mesh RemoveCompByHand: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 28: Line 28:
<!--T:2-->
<!--T:2-->
The '''Mesh RemoveCompByHand''' command deletes components from mesh objects.
The '''Mesh RemoveCompByHand''' command deletes components from mesh objects.

</translate>
[[Image:RimuoviComponente.png|500px]]
<translate>
<!--T:12-->
{{Caption|On the left a mesh object with two components, an L-shape and a cube, the cube 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 will contain 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 these 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.

Revision as of 08:39, 20 July 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Mesh RemoveCompByHand

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

Description

The Mesh RemoveCompByHand command deletes components from mesh objects.

Usage

  1. A component refers to a complete group of connected faces. Usually a mesh object will contain 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 these 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.
    • No mesh object should be selected (and therefore highlighted).
  3. Select the Remove components by hand... option from the menu.
  4. The cursor changes to a hand icon.
  5. Select the components you wish to delete.
  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 end the command.