You could use a trinity tool from the QAD plug-in, QAD is QGIS's CAD tools.
--
You received this message because you are subscribed to the Google Groups "QGIS Australia User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to australian-qgis-use...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/australian-qgis-user-group/9c9d980d-8dc1-49b2-9a26-1460eeec46ccn%40googlegroups.com.
Hi Edwin,
There’s no dumb questions. The solution depends on the layer’s geometry type.
If unsure, Open the Layer Properties:
For a Line/Polyline Layer:
you can split the chord and adjust the vertices. Follow these steps:
If the arc is split due to the operation, you can merge the arc segments back together:
For a Polygon Layer
Since polygon layers only support closed shapes, you cannot remove individual segments. Instead, consider one of these options:
Option 1: Add a Line Layer
Option 2: Use an offset to create a guide for drawing an arc shaped polygon
If you don’t want to add a new layer, you can use an offset to create another segment as a guide then draw an arc-shaped polygon:
Option 3: (not recommended) you could simply use the vertex tool to drag the middle vertex of the chord out to snap to a vertex on the arc, and continue around each vertex, but that is both tedious and will result in invalid geometry. It should look ok visually but is not advisable if you will be performing any analysis on the layer (you may get Invalid Geometry errors).
Thanks
Andrew.
There is no expectation for you to read or respond to this email outside of your normal working hours
--