create cylinders from csv file with start and end locations

Hi,

I don’t have a good grasp of what you want to do, but if you want to add new arrays, the following is a good reference.

https://docs.paraview.org/en/latest/ReferenceManual/pythonProgrammableFilter.html#reading-a-csv-file-with-particles

If the radius of each cylinder changes, you may want to add an array of radii to the zip function. Also, if you need to color by RGB, the following is a good guide.