Is PV MultiSlice view available in vtk python

Can I get the PV multislice view (https://kitware.github.io/paraview-docs/latest/cxx/DesignSliceView.html) easily using vtk python? Thanks.

Hi Terry,

This example gets you fairly close:

https://lorensen.github.io/VTKExamples/site/Python/Medical/MedicalDemo3/

Thanks Cory, I will take a look.