Changes between Version 10 and Version 11 of Help/Action/Extrude


Ignore:
Timestamp:
2013-06-16T18:02:22+02:00 (12 years ago)
Author:
AlfonZ
Comment:

basic info

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Extrude

    v10 v11  
    1 [[TranslatedPages(outdated=This page is incomplete. No word about different placement of 90° angles)]]
     1[[TranslatedPages]]
    22= Create Areas By Extrusion =
    33
    44[[Image(source:/trunk/images/mapmode/extrude/extrude.png)]] ''Keyboard shortcut:'' **{{{X}}}**
    55
    6 Replaces the section of a Way between two nodes and replaces it with three line segments, one of which is parallel to the original, and two at right angles (which also requires two additional nodes).
     6Replaces the segment of a [[Image(source:trunk/images/data/way.png)]] [Help/Concepts/Object#Ways way] between two [[Image(source:trunk/images/data/node.png)]] [Help/Concepts/Object#Nodes nodes] with up to three way segments, one of which is parallel to the original.
    77
    8 Press the "Create Areas" mode button (or the {{{X}}} shortcut), then drag a line segment. It will move at right angles to its original position, connecting to it with two additional segments.
     8[[TOC(inline)]]
    99
    10  * If you start with just a single line segment, you will get a rectangle.
    11  * If you start with an area, you will tack on a rectangular protrusion to the area.
     10== Usage ==
    1211
    13 Hold down the ''Alt'' key and drag a line segment to create a new rectangle and leave the original rectangle intact.
     12=== Basic usage ===
    1413
    15 A double click at a line segment inserts a new point.
     14Click 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
     18Note: 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
     20Tip: If you start with just a single line segment, you will get a rectangle.
     21
     22[[Image(LineExtrude.png)]]
     23
     24=== Insert node ===
     25
     26A double click at a way segment inserts a new node.
     27
     28=== Move node ===
     29
     30Click 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
    1663----
    1764Back to [wiki:/Help/EditToolbar Edit Toolbar][[BR]]