Skip to main content
Solved

Move the Start/End Vertex of a Polyline

  • September 5, 2023
  • 4 replies
  • 44 views

kelvin.jenkins
Contributor
Forum|alt.badge.img+5

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?

Screenshot 2023-09-05 164902

Best answer by tomfriedl

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

Polygon

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • Best Answer
  • September 5, 2023

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

Polygon


nielsgerrits
VIP
Forum|alt.badge.img+62

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

Polygon

Thanks, learned something new today.


kelvin.jenkins
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • September 5, 2023

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

Polygon

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


tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • September 6, 2023

Thanks, learned something new today.

Me too. This was a spontaneous idea :-)