Виділення – Selecting¶
This page discusses specific selecting tools for curve objects in Edit mode. The Curve Edit more also uses the general select tools used which are described in the interface section.
Curve selection in Edit Mode has fewer options than with meshes. Mainly this is, because there is only one selectable element type, the control points (no select mode needed here…). These points are a bit more complex than simple vertices, however, especially for Bézier curves, as there is the central vertex, and its two handles…
The basic tools are the same as with meshes, so you can select a simple control point with the LMB, add to current selection with Shift-LMB, Box Select B, and so on.
One word about the Bézier control points: when you select the main central vertex, the two handles are automatically selected too, so you can move it as a whole, without creating an angle in the curve. However, when you select a handle, only this vertex is selected, allowing you to modify this control vector…
Зауважте, що на відміну від ребер сіті, ви не можете безпосередньо виділяти сегмент. Натомість, виділяйте усі керувальні точки, що утворюють потрібний сегмент, який ви хочете правити.
Select Random¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: |
Select Random control points.
- Percent
- Selects the defined percentage of control points.
- Random Seed
- Seed used by the pseudo-random number generator.
- Action
- Controls whether the operator Selects or Deselects control points.
Checker Deselect¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: |
This tool applies an alternating selected/deselected checker pattern. This only works if you already have more than one control point selected.
It works by changing the current selection so that only every Nth control points will remain selected, starting from the active one.
- Nth Selection
- Skip every Nth element leaving it selected.
- Skip
- Number of consecutive elements to skip (keep selected) at once.
- Offset
- Offset from the starting point.
Виділити Пов’язане – Select Linked¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | |
Hotkey: | L, Ctrl-L, Shift-L |
L (або Ctrl-L для усіх) додаватиме у виділення найближчу до курсора керувальну точку та усіх пов’язані з нею, тобто усі точки, що належать тій же кривій. Зауважте, що для Безьє, використання L з виділеним держаком буде виділяти керувальну точку повністю та усі пов’язані точки з нею.
Виділити Подібне – Select Similar¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | |
Hotkey: | Shift-G |
Selects control points that have certain similar properties to the active one. The Наладнати Останню Операцію – Adjust Last Operation panel provides several selection options:
- Тип – Type
- Тип – Type
- Selects splines that have the same spline Type i.e. Bézier, NURBS or Poly.
- Radius
- Selects control points that have a similar Radius value.
- Weight
- Selects all points that have a similar Weight value.
- Direction
- Selects control points that have a similar handles direction.
- Порівняння – Compare
- Equal, Greater, Less. (only for Radius, Weight) (ToDo 2.76)
- Поріг – Threshold
- Precision (ToDo 2.76)
(De)select First/Last¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | , |
Ці оператори будуть перемикати виділення першої або останньої керувальних точок кривої. Це корисно для швидкого знаходження початку кривої (наприклад, при використанні її в якості шляху…).
Виділити Наступне/Попереднє – Select Next/Previous¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | , |
Ці оператори будуть виділяти наступну або попередню керувальні точки, базуючись на поточному виділенні (тобто, керувальні точки, що слідують або передують виділеним уздовж кривої). У випадку зацикленої кривої перша та останні точки не вважаються як сусіди.
Виділити Більше/Менше – Select More/Less¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | |
Hotkey: | Ctrl-NumpadPlus, Ctrl-NumpadMinus |
Їх призначення на основі поточно виділених керувальних точок – це скорочення або збільшення цього виділу.
- Більше – More
- Для кожної виділеної керувальної точки виділяє усі пов’язані з нею точки (тобто, одну чи дві…).
- Менше – Less
- Для кожної виділеної керувальної точки, якщо усі пов’язані з нею точки також виділені, то залишає тільки цю одну виділеною. Інакше, знімає виділення з неї.
Це передбачає два моменти:
- Коли усі керувальні точки кривої виділені, то нічого не відбувається (оскільки для Less усі пов’язані точки завжди виділені, а, звичайно, More не може додати вже нічого). І навпаки, те ж саме відбувається, коли жодна з керувальних точок не виділена.
- Друге, ці засоби ніколи «не виходять за межі» кривої (вони ніколи «не стрибатимуть» на іншу криву у цьому ж об’єкті).
Pick Shortest Path¶
Орієнтир – Reference
Mode: | Edit Mode |
---|---|
Menu: | |
Hotkey: | Ctrl-LMB |
Selects the curve segments between two control points: the active and the one under the cursor. In the case of a closed curve, the shortest path will be selected.