| 15 | | A new way forming the arc is created following the order of the nodes' selection. |
| 16 | | |
| 17 | | 1. **One way** selected: |
| 18 | | |
| 19 | | [[Image(circle_arc_way.4.png)]] |
| 20 | | [[Image(circle_arc_way_arc.png)]] |
| 21 | | |
| 22 | | The arc is "fused" into the selected way between its' last three nodes using these three nodes to specify the arc. |
| 23 | | 1. **One way and three of its' nodes** selected: |
| 24 | | |
| 25 | | [[Image(circle_arc_way_3nodes.png,400)]] |
| 26 | | [[Image(circle_arc_way_3nodes_arc.png,400)]] |
| 27 | | |
| 28 | | The arc is "fused" into the selected way between the three selected nodes using them to specifiy the arc. |
| | 20 | 1. One way selected\\\\ |
| | 21 | [[Image(circle_arc_way.4.png,link=)]] [[Image(circle_arc_way_arc.png,link=)]]\\\\ |
| | 22 | The arc is "fused" into the selected way between its last three nodes.\\ |
| | 23 | They are used to specify the arc.\\\\ |
| | 24 | 1. Three nodes selected:\\\\ |
| | 25 | [[Image(circle_arc_3nodes.png)]] [[Image(circle_arc_3nodes_arc.png,link=)]]\\\\ |
| | 26 | A new way forming the arc is created following the order of the nodes' selection.\\\\ |
| | 27 | 1. One way and three of its nodes selected:\\\\ |
| | 28 | [[Image(circle_arc_way_3nodes.png,400,link=)]] [[Image(circle_arc_way_3nodes_arc.png,400,link=)]]\\\\ |
| | 29 | The arc is "fused" into the selected way between the three selected nodes using them to specifiy the arc.\\ |
| | 30 | 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 #18847. |
| 31 | | * If multiple ways share the nodes under 2. or 3., those ways are modified, too. |
| 32 | | * Currently the middle node is moved, proportionally distributing the nodes in the arc. |
| 33 | | |
| 34 | | == Angle setting == |
| 35 | | The maximum angle between two points in the arc (ie. the "resolution") can be set in the [Help/Preferences/Advanced advanced preferences] with the key: |
| 36 | | {{{ |
| 37 | | curves.circlearc.angle-separation |
| 38 | | }}} |
| 39 | | Default value is 20. |
| | 33 | * The middle [wikitr:/Help/Concepts/Object#Nodes nodes] will be moved even when it is part of other ways by the methods 1. and 3. |
| | 34 | * The maximum angle between two nodes is calculated with the same algorithm that is used when a new circle is created. |