Выделить петли (select loops)

Выделение «петли рёбер» (select edge loops)

Ссылка

Режим (mode):

Режим редактирования (режим выделения вершин или рёбер)

Меню:

Выделить ‣ Выделить петли ‣ Петли рёбер Select ‣ Select Loops ‣ Edge Loops

Горячая клавиша:

Alt-LMB or Shift-Alt-LMB

Selecting an edge with Alt-LMB will also select the edges that are connected to it in a (topologically) straight line. Use Shift-Alt-LMB to add to the previous selection instead of replacing it.

The resulting chain of edges is called an edge loop in Blender terminology because it typically forms a closed loop around the mesh. However, as shown below, this doesn’t have to be the case.

../../../_images/modeling_meshes_selecting_loops_edge-loops.png

Selecting edge loops. The clicked edge is highlighted in green.

Подсказка

Selecting edge loops by clicking edges is also possible in the Vertex selection mode.

Примечание

When Эмулировать трёхкнопочную мышку (emulate 3 button mouse) is enabled, the Alt-LMB shortcut won’t work because it serves as a replacement for MMB. To select edge loops in this case, double-click with LMB instead.

Все границы (all boundaries)

Running the edge loop selection on a boundary edge twice will select the whole boundary.

../../../_images/modeling_meshes_selecting_loops_edge-boundary-loops.png

First and second edge loop selection.

See also Boundary of Selection.

Выделение «петли граней» (select face loops)

Ссылка

Режим (mode):

Edit Mode (Face select mode)

Горячая клавиша:

Alt-LMB or Shift-Alt-LMB

In Face selection mode, clicking an edge with Alt-LMB will select the row of faces that’s perpendicular to that edge. Use Shift-Alt-LMB to add to the previous selection instead of replacing it.

The resulting row of faces is called a face loop in Blender terminology because it typically forms a closed loop around the mesh. However, as shown below, this doesn’t have to be the case.

../../../_images/modeling_meshes_selecting_loops_face-loops.png

Selecting face loops. The clicked edge is highlighted in green.

In Vertex selection mode, the same can be achieved using Выделение кольца рёбер (select edge rings).

Примечание

When Эмулировать трёхкнопочную мышку (emulate 3 button mouse) is enabled, the Alt-LMB shortcut won’t work because it serves as a replacement for MMB. To select face loops in this case, double-click the edge with LMB instead.

Выделение кольца рёбер (select edge rings)

Ссылка

Режим (mode):

Режим редактирования (режим выделения рёбер)

Меню:

Выделить ‣ Выделить петли ‣ Кольца рёбер Select ‣ Select Loops ‣ Edge Rings

Горячая клавиша:

Ctrl-Alt-LMB or Shift-Ctrl-Alt-LMB

Selecting an edge with Ctrl-Alt-LMB will also select the parallel edges that lie in the face row perpendicular to the edge. Use Shift-Ctrl-Alt-LMB to add to the previous selection instead of replacing it.

The resulting set of edges is called an edge ring in Blender terminology because it typically forms a closed ring around the mesh. However, as shown below, this doesn’t have to be the case.

../../../_images/modeling_meshes_selecting_loops_edge-ring.png

Selecting edge rings in Edge mode. The clicked edge is highlighted in green.

This shortcut also works in Vertex selection mode, but results in a face loop selection instead:

../../../_images/modeling_meshes_selecting_loops_edge-ring_vertex-mode.png

Selecting edge rings in Vertex mode.

Подсказка

To convert an edge ring selection to a face loop, either switch to Vertex mode or switch to Face mode while holding Ctrl (see Расширение/Сокращение выделения).

Boundary Loops

Ссылка

Режим (mode):

Edit Mode (Edge Select Mode)

Меню:

Select ‣ Select Loops ‣ Boundary Loops

Selects the entire boundary loop for each selected boundary edge.

A boundary edge is an edge connected to only one face. This operator expands the selection to include all connected boundary edges, forming one or more continuous loops.

../../../_images/modeling_meshes_selecting_loops_boundary_loops.png

Selecting Boundary Loops.

Примечание

At least one boundary edge must be selected to start a boundary loop selection.

Опции (options)

Расширить (extend)

Adds the detected boundary loops to the existing selection instead of replacing it.

Разграничитель (delimit)

Restricts how far the boundary loop selection can propagate.

Шов (seam):

Stops the selection at edges marked as seams.

Острые (sharp):

Stops the selection at edges marked as sharp.

N-угольники (N-gons):

Stops the selection when encountering faces with more than four sides.

Inner Corners:

Stops at vertices connected to more than three edges.

Outer Corners:

Stops at vertices connected to exactly two edges when those edges share a face that is not an n-gon.

Выделить область внутри петли (select loop inner-region)

Ссылка

Режим (mode):

Режим редактирования (режим выделения рёбер)

Меню:

Выделить ‣ Выделить петли ‣ Выделить область внутри петли Select ‣ Select Loops ‣ Select Loop Inner-Region

Selects all faces that are inside the selected, closed loop of edges. While it’s possible to use this operator in the Vertex and Face selection modes, results may be unexpected.

Note that if the selected edges do not form a closed loop, all connected faces will be selected.

Опции (options)

Select Bigger

Select the faces outside the edge loop instead of those inside it.

Примеры

../../../_images/modeling_meshes_selecting_loops_inner-region1.png

Single edge loop to region.

../../../_images/modeling_meshes_selecting_loops_inner-region2.png

Multiple edge loops.

../../../_images/modeling_meshes_selecting_loops_inner-region3.png

Holes are also supported.

Boundary of Selection

Ссылка

Режим (mode):

Режим редактирования (edit mode)

Меню:

Select ‣ Select Loops ‣ Boundary of Selection

Replaces the current face selection by an edge selection going around the border of each face «island.» This is essentially the opposite of Выделить область внутри петли (select loop inner-region).

This operator can be run in any selection mode. When run in Face mode, it will automatically switch to Edge mode.

../../../_images/modeling_meshes_selecting_loops_boundary-loop.png

Before and after running Select Boundary Loop.