Hello.
I would like to generate streamline with my CSV. file
I have measured 3D Coordinate vector value data.
Tell me How to make a streamline in order.
example) 3D Hexahedron vector value in CSV
X, Y, Z, Velocity_X, Velocity_Y, Velocity_Z
1, 1, 1, 0.1, 0.2, -0.1
1, 2, 1, -0.1, 0.1, 0.2
1, 3, 1, 0.2, 0.1, 0.3
1, 1, 2, 0.4, -0.1, 0.2
1, 2, 2, 0.1, -0.2, 0.1
1, 3, 2, 0.2, -0.1, 0.2
1, 1, 3, 0.4, -0.1, -0.2
1, 2, 3, 0.1, -0.2, -0.1
1, 3, 3, 0.2, -0.1, 0.1
2, 1, 1, 0.1, 0.2, -0.1
2, 2, 1, -0.1, 0.1, 0.2
2, 3, 1, 0.2, 0.1, 0.3
2, 1, 2, 0.4, -0.1, 0.2
2, 2, 2, 0.1, -0.2, 0.1
2, 3, 2, 0.2, -0.1, 0.2
2, 1, 3, 0.4, -0.1, -0.2
2, 2, 3, 0.1, -0.2, -0.1
2, 3, 3, 0.2, -0.1, 0.1
3, 1, 1, 0.1, 0.2, -0.1
3, 2, 1, -0.1, 0.1, 0.2
3, 3, 1, 0.2, 0.1, 0.3
3, 1, 2, 0.4, -0.1, 0.2
3, 2, 2, 0.1, -0.2, 0.1
3, 3, 2, 0.2, -0.1, 0.2
3, 1, 3, 0.4, -0.1, -0.2
3, 2, 3, 0.1, -0.2, -0.1
3, 3, 3, 0.2, -0.1, 0.1