Changes between Version 14 and Version 15 of Help/Action/CreateCircleArc


Ignore:
Timestamp:
2020-03-03T09:18:56+01:00 (6 years ago)
Author:
Hb---
Comment:

Three methods listed at the top and examples below. Catchphrase according to tool tip. Method 3 seems broken.

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/CreateCircleArc

    v14 v15  
    44[[Image(osm:source:applications/editors/josm/plugins/utilsplugin2/images/circlearc.png,middle)]] ''Keyboard shortcut:'' **{{{Shift+C}}}**
    55
    6 **Simplifies drawing of circle arcs.**
     6**Create a circle arc.**
    77
    8 Depending on the selected [Concepts/Object objects], circle arc produces different results:
     8According to the Selection one out of three methods is used to draw a circle arc.
    99
    10 1. **Three nodes** selected:[[BR]][[BR]]
     101. **One way** selected:\\
     11 The arc is "fused" at the end of the selected way. 
     12 New nodes will be placed between the last three nodes if needed (helpful directly in [wikitr:/Help/Action/Draw Draw] mode).
     13
     141. **Three nodes** selected:\\
     15 A new way forming the arc is created following the order of the nodes' selection.
     16
     171. One way **and** three of its nodes selected:\\
     18 See last example below.
     19
     20Examples:
     21
     22* One way selected[[BR]][[BR]]
     23 [[Image(circle_arc_way.4.png)]]
     24 [[Image(circle_arc_way_arc.png)]][[BR]][[BR]]
     25 The arc is "fused" into the selected way between its last three nodes. 
     26 They are used to specify the arc.
     27 [[BR]]
     28 [[BR]]
     29* Three nodes selected:[[BR]][[BR]]
    1130 [[Image(circle_arc_3nodes.png)]]
    1231 [[Image(circle_arc_3nodes_arc.png)]][[BR]][[BR]]
    1332 A new way forming the arc is created following the order of the nodes' selection.[[BR]][[BR]]
    14 1. **One way** selected:[[BR]][[BR]]
    15  [[Image(circle_arc_way.4.png)]]
    16  [[Image(circle_arc_way_arc.png)]][[BR]][[BR]]
    17  The arc is "fused" into the selected way between its' last three nodes using these three nodes to specify the arc.[[BR]][[BR]]
    18 1. **One way and three of its' nodes** selected:[[BR]][[BR]]
     33* One way and three of its nodes selected:[[BR]][[BR]]
    1934 [[Image(circle_arc_way_3nodes.png,400)]]
    2035 [[Image(circle_arc_way_3nodes_arc.png,400)]][[BR]][[BR]]
    2136 The arc is "fused" into the selected way between the three selected nodes using them to specifiy the arc.
     37 Opposing to the two pictures above, currently no new nodes are created and only the middle node is moved, proportionally distributing the nodes in the arc. This is a bug.
    2238
    23 **Notes**:
    24 * If multiple ways share the nodes under 2. or 3., those ways are modified, too.
    25 * Currently the middle node is moved, proportionally distributing the nodes in the arc.
    26 
    27 == Advanced Preferences ==
    28 The maximum angle between two points in the arc (ie. the "resolution") can be set in the [wikitr:/Help/Preferences/Advanced advanced preferences] with the key:
    29 {{{
    30 curves.circlearc.angle-separation
    31 }}}
     39Notes:
     40* The middle [Concepts/Object nodes] will be moved even when it is part of other ways by the methods 1. and 3.
     41* The maximum angle between two nodes in the arc (ie. the "resolution") can be set in the [wikitr:/Help/Preferences/Advanced advanced preferences] with the key {{{curves.circlearc.angle-separation}}}.
    3242Default value is 20.
    3343
    3444== See also ==
    35 * [[Image(source:trunk/images/aligncircle.svg,20,middle)]] [wikitr:/Help/Action/CreateCircle Create Circle]
    36 * [[Image(source:trunk/images/aligncircle.svg,20,middle)]] [wikitr:/Help/Action/AlignInCircle Align Nodes in Circle]
     45* [[Image(source:trunk/resources/images/aligncircle.svg,20,middle)]] [wikitr:/Help/Action/CreateCircle Create Circle]
     46* [[Image(source:trunk/resources/images/aligncircle.svg,20,middle)]] [wikitr:/Help/Action/AlignInCircle Align Nodes in Circle]
    3747
    3848----
    3949Back to [wikitr:/Help/Plugin/UtilsPlugin2 UtilsPlugin2][[Br]]
     50Back to [wikitr:/Hel/Menu Main menu]\\
    4051Back to [wikitr:/Help Main Help]