Draw streamline with vector field

Hello, I have got some wind vector fields with Grasshopper and draw it in Rhino,and I want to use them to draw the streamline in Rhino.
I have tried to use the “Field” component, but it didn’t work.
could someone give some advice?

hope you can help!

Vector field.gh (14.0 KB)

I’m guessing its something like this that you’re looking for?

I used the start points of the vectors to draw the streamlines, but you could replace them with whatever points you want by plugging them into the Data input of the anemone loop start.

You will need the plugin Anemone for this to work. it moves the points according to their closest vector and then draws a polyline trail.MZ_vecfieldRE.gh (19.2 KB)

1 Like