Creating lines parallel to tweeted curves

hi, I am relatively new to grasshopper and am trying to create something that looks like these hand drawn images


Screen Shot 2021-09-07 at 4.15.10 PM
Screen Shot 2021-09-07 at 4.14.50 PM

so far i have tweened two curves in grasshopper and divided those lines, however, i can’t figure out how i can create smaller lines parallel to the tweened curves from the points created from when i divided the curve? when i have tried the lines either do not appear or are crossing all over. i also want to randomly scale each of these lines from their center point as well as slightly rotate them randomly to create more of a hand drawn effect.

below is my script and the result im getting from it now


thank you :slight_smile:

please post your .gh definition so we don’t have to rebuild your work from scratch in order to help you.

thanks for the fast response ! here are my files
lines2.gh (7.9 KB)
lines2.3dm (2.8 MB)

Here you go:


lines2_re.gh (13.7 KB)

The flip matrix component inverts the tree structure. kinda like swapping columns and rows in a spreadsheet.

1 Like

thank you so much !!!