KuangshiAi
merge chatvis bench and main
77dc289
raw
history blame
850 Bytes
I would like to use ParaView to visualize a dataset.
Read in the file named "points-surf-clip/data/points-surf-clip.ex2".
Generate an 3d Delaunay triangulation of the dataset.
Clip the data with a y-z plane at x=0, keeping the -x half of the data and removing the +x half.
Render the image as a wireframe.
Save a screenshot of the result in the filename "points-surf-clip/results/{agent_mode}/points-surf-clip.png".
The rendered view and saved screenshot should be 1920 x 1080 pixels. Use a white background color.
(Optional, but must save if use paraview) Save the paraview state as "points-surf-clip/results/{agent_mode}/points-surf-clip.pvsm".
(Optional, but must save if use python script) Save the python script as "points-surf-clip/results/{agent_mode}/points-surf-clip.py".
Do not save any other files, and always save the visualization image.