Hi I recently posted in “Support” but I think this belongs in Web since I am using Paraview as a Remote Server,
I am trying to use paraview.simple
to render a vtkMultiBlockDataset.
If I try to do:
paraview.simple.Show(multiblock)
I get the following error:
RuntimeError: Cannot show a sink i.e. algorithm with no output.
I understand I need to wrap the vtkMultiBlockDataset in some kind of wrapper but I can’t find any documentation on how to do this. Can anyone help me understand how to make this work and where to find this information?
Thank you very much.