Dear Forum,
I have a vtkPointData object with 5 arrays.
Array 0 name = id
Array 1 name = type
Array 2 name = c_q[1-3]
Array 3 name = c_q[4-6]
Array 4 name = c_q[7]
I would like to merge the last two arrays such that
Array 0 name = id
Array 1 name = type
Array 2 name = c_q[1-3]
Array 3 name = c_q[4-7]
Is it possible to do this within paraview?
Regards,