How to use volume option in presentation menu?

Hi everyone,

I tried to use a package named pyevkt in python to generate a 3-D rectilinear grid fluid field. But when I tried to view this field in paraview, I found that I couldn’t find volume option in presentation menu. Could you please tell me what should I do if I want to use this option?


Thanks all!

Ben

Rectilinear Grid are not a heavilly used format in the ParaView community and misses a few key feature like this one.

An easy work around is to use the “Ressample to Image” filter for fast image volume representation rendering.
Another is to use the “Append Datasets” filter, that will convert it to a Unstructured Grid, for a more exact but much more slow volume rendering solution.

1 Like

Hi Westphal,

Thank you very much! It works!

1 Like

Dear Westphal;

Thank you very much. It works.