I have various lengths brought in from a curved section which I need to make as a set of straight lines one after another. I know they’re all in the Line SDL on top of each other but I’m not sure how to make them one after another on the x axis.
Hah, yeah, drawing the lines with a reversed vector avoids the need to insert zero (Insert Items) and remove the last length (Shift List) as I did. But there are consequences.
I added your method (white group, with X offset to see them more clearly) to mine to show the difference:
Applying Flip Curve to yours makes the start/end points and direction the same but oddly, Vector Display(VDis) appears to be confused, since the two don’t match.
When I attached them to the lines in my definition and added list item to choose certain ones, the list items seemed to be in unusual places with yours.
I haven’t tried the one you’ve posted most recently. When I get a spare minute I’ll drop in a comparison so you can see.
Please bare in mind I still learning grasshopper so I could have done something not quite correctly on my part to make it happen too.
Yeah, that’s a distinct possibility. The model is extremely simple. It correctly implements your stated requirements, as far as I can tell. I would advise not settling for mystery around the discrepancy you observed.