Hello, actually there is an error in the documentation, VTKVolume pane can be construct from 3D numpy array or vtkImageData, not vtkVolume.
However I think we should support it so an issue on the tracker would be welcome
Currently this is what I do as a workaround vtkpan = pn.pane.VTKVolume(vol_datas) but the displayed result isn’t identical as what I see on PyVista that’s why I was hoping I could have the same results.
Don’t expect to have same results as pyvista using VTKVolume.
To have closest results as pyvista you have to use pn.panel(plotter.ren_win) but you will loose al fonctionnalities of VTKVolume pane (slice, opacity controller…)