It would be helpful to have a Table to Uniform
(or name it Table to Image
) filter that converted a table (e.g. from a .csv file) to a uniform grid. This filter would behave similar to Table to Structured
except that instead of asking for the X, Y, and Z columns, you define an origin and spacing, defaulting to (0, 0, 0) and (1, 1, 1), respectively.
2 Likes
Yes,the filter does work with table value contains X, Y, and Z columns.How can I convert the table value to .vtk data and export it?I want to plot it using BVTKnode in Blender but the data is .csv format.