Creating 3D mesh-plot using xyz values.

Hi Team. I have a CSV file with x y and z values.
I just need the meshgrid plot for this file using paraview. I did the import csv ->tabletopoints however I am not getting the required 3D view. it is the csv for 6000 x 6000x 6000 points.
I also tried tabletostructure filter but it kept giving me error related to whole extent. I didn’t understand what should be the extent really be.
Can you please guide to obtain the 3D view similar to just like in meshgrid similar to second figure in the attachment.

Here x and y are co-ordinates of the area whereas z is the corresponding simulation result.


Hi

I suggest you to use first “Table to points” as you did, but instead of specifying the Z-column, select the option “2D points”. This creates a point grid in the XY plane from your XY-coordinates. Then, you can use Delaunay2D to create an XY plane and finally WarpByScalar --> here you select the variable you want.

I hope it helps

Best regards,

Miguel

1 Like

Hi Miguel,

Thanks. I will give this a try.

Best Regards,
Veena