Changes between Version 23 and Version 24 of Help/Action/Extrude


Ignore:
Timestamp:
2016-03-24T09:38:28+01:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

sort, deduplicate, clarify

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Extrude

    v23 v24  
    44[[Image(source:trunk/images/mapmode/extrude/extrude.png)]] ''Keyboard shortcut:'' **{{{X}}}**
    55
    6 Replaces the segment of a [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways way] between two [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes nodes] with up to three way segments, one of which is parallel to the original.
     6Combination of 90 and 180 degree tools, more details below.
    77
    8 [[PageOutline(2-3,Table of Contents,inline)]]
     8[[PageOutline(2-4,Table of Contents,inline)]]
    99
     10== Move a node along adjacent segment ==
     11Special case when a node selected. Move a node along adjacent segment, in every of two sides. Resulting point can be moved in one of (2*adjacent segments) directions:
    1012
    11 == Basic usage ==
    12 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.
     13[[Image(extrude-used-on-node.gif​)]]
    1314
    14 [[Image(BasicExtrudes.png)]]
     15== Move segment in parallel (+Ctrl) ==
     16[[Image(source:trunk/images/cursor/modifier/rectangle_move.png)]] Move segment in parallel. Nodes are moved even if they are connected to other ways.
    1517
    16 **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.
     18[[Image(Ctrl.png)]]
    1719
     20== Basic extrude usage on closed ways ==
    1821=== Special case with two nodes ===
    1922
     
    2225[[Image(LineExtrude.png)]]
    2326
    24 === Insert node ===
     27=== On closed ways ===
     28Click on a way segment and drag it. There are up to 3 possible directions - at right angle to the original position and along its neighbouring segments. The chosen reference segment will be indicated.
     29
     30[[Image(BasicExtrudes.png)]]
     31
     32**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.
     33
     34=== Double click will insert a node ===
    2535A double click at a way segment inserts a new node.
    2636
    27 [[Image(extrude-simple-mode-buildings.gif)]]
    28 
    29 === Move node ===
    30 {{{Ctrl}}}+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 === Dual alignment ===
     37=== Modifiers ===
     38==== Dual alignment (X X) ====
    3539Toggled by {{{X}}} or the [[Image(source:trunk/images/mapmode/extrude/dualalign.png)]] item in the [wiki:Help/Menu/Edit Edit menu]. Instead of using one reference segment and moving both nodes of the selected original segment in the same direction,
    3640this mode uses two reference segments (neigbors of the original segment) and moves the nodes each according to its own reference segment.
     
    4044The status is indicated in the status line and visually (two reference segments shown instead of one).
    4145
    42 
    43 == Modifiers ==
    44 
    45 === Shift ===
     46==== Create intermediate points (+Shift) ====
    4647[[Image(source:trunk/images/cursor/modifier/rectangle_plussmall.png)]] Always create nodes, even if new segment is just lengthening of the old one.
    4748
    4849[[Image(Shift.png)]]
    4950
    50 === Alt ===
     51==== Create new way nearby (+Alt) ====
    5152[[Image(source:trunk/images/cursor/modifier/rectangle_plus.png)]] Don't alter original way, create new way instead. Ways will share the two nodes.
    5253
    5354[[Image(Alt.png)]]
    5455
    55 === Ctrl ===
    56 [[Image(source:trunk/images/cursor/modifier/rectangle_move.png)]] Move segment in parallel. Nodes are moved even if they are connected to other ways.
    5756
    58 [[Image(Ctrl.png)]]
     57== Extrude usage on unclosed ways ==
     58(stub)
    5959
    60 Move a node along line.
     60[[Image(extrude-simple-mode-buildings.gif)]]
    6161
    62 [[Image(x_ctrl_leftmouse_drag.png)]]
    63 
    64 == Customization ==
     62== Advanced Preferences ==
    6563* Color of main line: Defaults to {{{selected}}} color, but can be changed with [Preferences/Advanced advanced preference] {{{color.extrude.main.line}}}.
    6664* Stroke of main line: {{{extrude.stroke.main}}}. Parameters: {{{<width>}}} for solid line (width in pixels), {{{<width> <dashlength> <spacelength>}}} for dashed line.