Mesh RemoveComponents/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Mesh_AddFacet|Mesh AddFacet]]
|[[Mesh_AddFacet|AddFacet]]
|[[Mesh_RemoveCompByHand|Mesh RemoveCompByHand]]
|[[Mesh_RemoveCompByHand|RemoveCompByHand]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_AddFacet.svg
|IconR=
|IconR=Mesh_RemoveCompByHand.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}
Line 33: Line 33:
#* The {{PropertyView|Display Mode}} of the mesh objects ideally should be {{Value|Flat lines}}, but should at least show faces. If necessary use the [[Std_DrawStyle|Std DrawStyle]] command to override this property.
#* The {{PropertyView|Display Mode}} of the mesh objects ideally should be {{Value|Flat lines}}, but should at least 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.
# There are several ways to invoke the command:
# Select the {{MenuCommand|Meshes → [[Image:Mesh_RemoveComponents.svg|16px]] Remove components...}} option from the menu.
#* Press the {{Button|[[Image:Mesh_RemoveComponents.svg|16px]] [[Mesh_RemoveComponents|Mesh RemoveComponents]]}} button.
#* Select the {{MenuCommand|Meshes → [[Image:Mesh_RemoveComponents.svg|16px]] Remove components...}} option from the menu.
# The {{MenuCommand|Remove components}} task panel opens.
# The {{MenuCommand|Remove components}} task panel opens.
# Use one or more of the {{MenuCommand|Select}} options to select faces:
# Use one or more of the {{MenuCommand|Select}} options to select faces:
Line 47: Line 49:


{{Docnav
{{Docnav
|[[Mesh_AddFacet|Mesh AddFacet]]
|[[Mesh_AddFacet|AddFacet]]
|[[Mesh_RemoveCompByHand|Mesh RemoveCompByHand]]
|[[Mesh_RemoveCompByHand|RemoveCompByHand]]
|[[Mesh_Workbench|Mesh]]
|[[Mesh_Workbench|Mesh]]
|IconL=
|IconL=Mesh_AddFacet.svg
|IconR=
|IconR=Mesh_RemoveCompByHand.svg
|IconC=Workbench_Mesh.svg
|IconC=Workbench_Mesh.svg
}}
}}

Revision as of 11:26, 26 February 2021

Other languages:

Mesh RemoveComponents‏‎

Системное название
Mesh RemoveComponents‏‎
Расположение в меню
Сетки→ Удалить компоненты...
Верстаки
Mesh
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Description

The Mesh RemoveComponents command removes faces from mesh objects.

The Remove components task panel

Usage

  1. The command uses the color red to mark selected faces. To see them properly:
    • The ВидDisplay Mode of the mesh objects ideally should be Flat lines, but should at least show faces. If necessary use the Std DrawStyle command to override this property.
    • The ВидShape Color of the mesh objects should not be red.
  2. There are several ways to invoke the command:
  3. The Remove components task panel opens.
  4. Use one or more of the Select options to select faces:
    • Press the Region button and while holding down the left mouse button draw a region, a closed spline, in the 3D view. Faces that match the Region options and (partially) fall inside the region will be selected.
    • Press the All button to select all faces.
    • Press the Components button to select all components with fewer than the specified maximum number of faces. Here 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.
    • Press the Pick triangle button to select a single face in the 3D view. If the Select whole component option is checked, selecting a face will result in selecting the entire component the face belongs to.
  5. Optionally use one or more of the Deselect options to deselect faces. These options are identical to the Select options, except that the number of faces for the Components button is a minimum number.
  6. Optionally press the Invert button to invert the selection.
  7. Press the Delete button to delete the selected faces.
  8. Press the Close button to close the task panel and finish the command.