Skip to main content

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

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


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.


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


Thanks, learned something new today.

Me too. This was a spontaneous idea :-)


Reply