I've been trying to find a solution to change the start /end vertex of a closed polyline. I have a point where i want the polygon to start, how can I easily reorder all the vertices?
Page 1 / 1
One Test:
- Creator: rectangle from 0,0 to 1,1 (start at 0,0)
- Creator: Point at 1,1
Result from Topologybuilder:
- rectangle starts at 1,1
One Test:
- Creator: rectangle from 0,0 to 1,1 (start at 0,0)
- Creator: Point at 1,1
Result from Topologybuilder:
- rectangle starts at 1,1
Thanks, learned something new today.
One Test:
- Creator: rectangle from 0,0 to 1,1 (start at 0,0)
- Creator: Point at 1,1
Result from Topologybuilder:
- rectangle starts at 1,1
Nice, I thought it would be something simple like that. wish I'd asked earlier.
Running it with Group By attribute works for many polygons too.
thanks
Thanks, learned something new today.
Me too. This was a spontaneous idea :-)