Remove start and end points from list. Curve.PointAtSegmentLength

Hey everyone, im using the Curve.PointAtSegmentLength node and it creates some duplicates that im pruning out and now i want to remove the start and end points as well. so i just get the segment points not the start and end points. Is this possible?

To remove the first item from a list use List.RestOfItems, for removing the last item use List.RemoveItemAtIndex with List.Count -1 as index:

Use list@levels for the correct results, as I can see you use nested lists.

1 Like

worked perfect.

What worked with levels in case someone views this in the future!

1 Like

another way:

2 Likes

By any chance can you send the Dyn for this?