[[TranslatedPages]] = UtilsPlugin2 > Circle arc = [[Image(osm:source:applications/editors/josm/plugins/utilsplugin2/images/circlearc.png)]] ''Keyboard shortcut:'' **{{{Shift+C}}}** **Simplifies drawing of circle arcs.** Depending on the selected objects circle arc produces different results: 1. **Three nodes** selected: [[Image(circle_arc_3nodes.png)]] [[Image(circle_arc_3nodes_arc.png)]] A new way forming the arc is created following the order of the nodes' selection. 1. **One way** selected: [[Image(circle_arc_way.4.png)]] [[Image(circle_arc_way_arc.png)]] The arc is "fused" into the selected way between its' last three nodes using these three nodes to specify the arc. 1. **One way and three of its' nodes** selected: [[Image(circle_arc_way_3nodes.png,400)]] [[Image(circle_arc_way_3nodes_arc.png,400)]] The arc is "fused" into the selected way between the three selected nodes using them to specifiy the arc. **Notes**: * If multiple ways share the nodes under 2. or 3., those ways are modified, too. * Currently the middle node is moved, distributing the nodes in the arc proportionally. == Angle setting == The maximum angle between two points in the arc (ie. the "resolution") can be set with the preference key: {{{ curves.circlearc.angle-separation }}} The default is 20. ---- Back to [wiki:Help/Plugin/UtilsPlugin2 UtilsPlugin2][[Br]] Back to [wiki:/Help Main Help]