15 | | A double click at a line segment inserts a new point. |
| 14 | Click on a way segment and drag it. There are up to 3 possible directions - at right angle to the original position and along its neighboring segments. The chosen reference segment will be indicated. |
| 15 | |
| 16 | [[Image(BasicExtrudes.png)]] |
| 17 | |
| 18 | Note: In certain cases new nodes will not be created. Specifically, if new segment is just lengthening of the old one. However, the node will not be moved when it's part of another way, as to not affect the other way. |
| 19 | |
| 20 | Tip: If you start with just a single line segment, you will get a rectangle. |
| 21 | |
| 22 | [[Image(LineExtrude.png)]] |
| 23 | |
| 24 | === Insert node === |
| 25 | |
| 26 | A double click at a way segment inserts a new node. |
| 27 | |
| 28 | === Move node === |
| 29 | |
| 30 | Click on a node and drag it along one segment. Possible directions are directions of all way segments connected to the node. |
| 31 | |
| 32 | [[Image(MoveNode.png)]] |
| 33 | |
| 34 | == Modifiers == |
| 35 | |
| 36 | === Shift === |
| 37 | |
| 38 | [[Image(source:trunk/images/cursor/modifier/rectangle_plussmall.png)]] Always create nodes, even if new segment is just lengthening of the old one. |
| 39 | |
| 40 | [[Image(Shift.png)]] |
| 41 | |
| 42 | === Alt === |
| 43 | |
| 44 | [[Image(source:trunk/images/cursor/modifier/rectangle_plus.png)]] Don't alter original way, create new way instead. Ways will share the two nodes. |
| 45 | |
| 46 | [[Image(Alt.png)]] |
| 47 | |
| 48 | === Ctrl === |
| 49 | |
| 50 | [[Image(source:trunk/images/cursor/modifier/rectangle_move.png)]] Move segment. Nodes are moved even if they are connected to other ways. |
| 51 | |
| 52 | [[Image(Ctrl.png)]] |
| 53 | |
| 54 | == Customization == |
| 55 | |
| 56 | * Colour of main line: Defaults to {{{selected}}} colour, but can be changed with [Help/Preferences/Advanced advanced preference] {{{color.extrude.main.line}}}. |
| 57 | * Stroke of main line: {{{extrude.stroke.main}}}. Parameters: {{{<width>}}} for solid line (width in pixels), {{{<width> <dashlength> <spacelength>}}} for dashed line. |
| 58 | * Stroke of old line (used while [#Ctrl moving segment]): {{{extrude.ctrl.stroke.old-line}}} (stroke parameters). |
| 59 | * Colour of helper line: {{{Extrude: helper line}}} in [Help/Preferences/Display#Colours colours settings]. |
| 60 | * Stroke of helper line: {{{extrude.stroke.helper-line}}} (stroke parameters). |
| 61 | * Size of right angle helper symbol: {{{extrude.angle-symbol-radius}}} (pixels). |
| 62 | |