I hope this message finds you well. I am attempting to plot data similar to the attached image. I have scalar values at various points, represented in a CSV file with columns (x, y, z, scalar_value). I am looking for a way to achieve this visualization in ParaView.
I have considered using the Delaunay 2D filter, but it results in a flat surface. My goal is to create a visualization that resembles a rake, as shown in the image. Is there a method in ParaView to achieve this effect?
Attached is a CSV file containing x, y, and z coordinates followed by velocity magnitudes. These values were obtained by first inputting the CSV files of the coordinates into ParaView, where I had my CFD results. Then, I resampled at those points. data.csv (1.5 KB)
Please let me know if you need any further information.