to ignore some input in a list

Dear,

I'm drawing a line and I divided it in several segments using "divide curve".

Now I would like to place a circle on each points but the first and the last points (start and end of the line). How is that possible?

Is it possible to exclude any other point (like the mid one, for example) in such a way no circle is going to be placed there?

Thanks a lot!


  • up

    Danny Boyes

    "There are many ways to skin a cat."

    My favourite method for this particular case is to use the shift list component twice once with a 1 and then with a -1, provided you don't wrap the list it will knock the first item off the beginning and then the last one of the end.

    Other methods could include using the List item component and provide a series that starts at 1 and is N-2 in length, or Sub List component where you supply a domain from 1 to N-2.

    5
  • up

    Cole

    Saw this post and found a slightly easier solution!

    The Dispatch component works like a charm.