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