Skip to main content
Solved

How do I fix looping sequence from counter?

  • January 31, 2020
  • 2 replies
  • 17 views

kemi

I have a line that I've chopped up and intersected with perpendicular lines to be labeled with odd and even numbers on either side.

I used the counter transformer to label the perpendicular lines, but I encounter a looping sequence numbering that doesn't quite work for what I intend. See the image below.

 

 

What I would like is to have the sequencing start at the label 45 and 46 and end at the current endpoint. Any suggestions will be appreciated.

Please see my workspace below.

@takashi

@sander

@lizsanderson

@david_r

Best answer by warrendev

Try putting a measure generator before the distance chopper transformer and a measure extractor after it, then sort by measure.

 

 

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

warrendev
Enthusiast
Forum|alt.badge.img+26
  • Enthusiast
  • 121 replies
  • Best Answer
  • January 31, 2020

Try putting a measure generator before the distance chopper transformer and a measure extractor after it, then sort by measure.

 

 


kemi
  • Author
  • 1 reply
  • January 31, 2020

Try putting a measure generator before the distance chopper transformer and a measure extractor after it, then sort by measure.

 

 

This worked perfectly well with my workflow. Thanks for the support.