What filter for a lattice structure

Hello to all
I have a csv, which contains data of a lattice structure.
Every line of my csv is one rod of my lattice structure.
The 2nd to 7th columns show the coordinates of the rod (x1,y1,z1,x2,y2,z2) . The following columns show values from which I want to plot one.
I tried now 2 days without success.
Finally deepseek wrote me a programmable filter.
But I think, my problem is so easy, there should be a solution without an extra programmable filter..

I use paraview 5.10.0-RC1 on Ubuntu 22.04.

Could somebody tell me, which filters to use ?

Greetings,

Holger

If I understand correctly, your CSV contains a list of line coordinates, is that correct ?

If that is so, there is no other solution than programmable filter (yet).

Yes, in every Line of my csv are the values x_1,y_1, z_1 (first point of the rod) and x_2, y_2,z_2 (second point of the rod). the following values are pressure stress from theory of second order, buckling safety, etc ….

then you must use a programmable filter.

OK,
thank you.
need I
Have a good day