Skip to main content
Solved

Order lines cut by points

  • October 5, 2020
  • 2 replies
  • 31 views

Hello,

 

I have a line that I would like to cut by points (no issue with that so far with the pointonlineoverlayer).

Then, I would like to order the new lines so that the end vertex of the 1st line is the start vertex of the 2ne line, the end vertex of the 2nd line is the start vertex of the third line etc.

On the picture, on the left is the regular result, no order. On the right is the result I would like.

order_lines

Does anybody have hints about that ? I found similard subjects but I did not find one which really applies to my issue.

 

Many thanks in advance,

Ann

Best answer by ebygomm

If you generate a measure on your line prior to it going into the point on line overlayer, you can then extract the measure at the first vertex of each chopped line and sort by this value

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • October 5, 2020

If you generate a measure on your line prior to it going into the point on line overlayer, you can then extract the measure at the first vertex of each chopped line and sort by this value


  • Author
  • October 5, 2020

Thanks! I could not find how to use the measure extractor in the right way but it works so far when I specify the right index.

Thanks you very much