Changes between Initial Version and Version 1 of Help/Action/CreateCircleArc


Ignore:
Timestamp:
2012-01-31T02:21:38+01:00 (14 years ago)
Author:
skyper
Comment:

created page (TODO screenshots)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/CreateCircleArc

    v1 v1  
     1[[TranslatedPages(outdated=This page is under constuction)]]
     2
     3= UtilsPlugin2 > Circle arc =
     4[[Image(osm:source:applications/editors/josm/plugins/utilsplugin2/images/circlearc.png)]] ''Keyboard shortcut:'' **{{{Ctrl+C}}}**
     5
     6**Circle arcs makes drawing of arc simple.**
     7
     8Depending on the selected objects circle arc produces different results:
     9
     101. **Three nodes** selected:[[BR]]
     11 A new way forming the arc is created following the order of the nodes' selection.
     121. **One way** selected:[[BR]]
     13 The arc is "fused" into the selected way between its' last three nodes using these three nodes to specify the arc.
     141. **One way and three of its' nodes** selected:[[BR]]
     15 The arc is "fused" into the selected way between the three selected nodes using them to specifiy the arc.
     16
     17
     18If multiple ways share the nodes in 2 or 3, those ways are modified, too.
     19
     20Currently the middle node is moved, making the nodes in the arc proportionally distributed.
     21
     22
     23The maximum angle between two points in the arc (ie. the "resolution") can be set with the preference key:
     24{{{
     25curves.circlearc.angle-separation
     26}}}
     27The default is 20.
     28
     29----
     30Back to [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2][[Br]]
     31Back to [wiki:/Help Main Help]