| | 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 | |
| | 8 | Depending on the selected objects circle arc produces different results: |
| | 9 | |
| | 10 | 1. **Three nodes** selected:[[BR]] |
| | 11 | A new way forming the arc is created following the order of the nodes' selection. |
| | 12 | 1. **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. |
| | 14 | 1. **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 | |
| | 18 | If multiple ways share the nodes in 2 or 3, those ways are modified, too. |
| | 19 | |
| | 20 | Currently the middle node is moved, making the nodes in the arc proportionally distributed. |
| | 21 | |
| | 22 | |
| | 23 | The maximum angle between two points in the arc (ie. the "resolution") can be set with the preference key: |
| | 24 | {{{ |
| | 25 | curves.circlearc.angle-separation |
| | 26 | }}} |
| | 27 | The default is 20. |
| | 28 | |
| | 29 | ---- |
| | 30 | Back to [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2][[Br]] |
| | 31 | Back to [wiki:/Help Main Help] |