Volume rendering with Catalyst

I tried Catalyst Example “CFullExample” as the live visualization, and set the representation from Surface to Volume in Paraview GUI.
But It didn’t work. Nothing is rendered.
CFullExample’s python script specifies “Slice1 = Slice( guiName=“Slice1”, ……… )”, so I thought the script has to modified for Volume representation.

Thank you