I´m new to Paraview. I´m trying to write a script which reads a file and then takes a screeshot. I have several questions:<br>1. I don't manage to take a photo.'m trying with this:<br>writer = paraview.CreateProxy("writers", "PNGWriter","writers")
<br>writer.FileName="c:\\zPython\\vtk\\jose1.png"<br>writer.Input=reader<br><br>2. I would like to take the screenshot with bigger resolution. I don't know if there is something similar to: <br>vtkRenderLargeImage
<br><br>3. I manage to incorporate what I want to the Pipeline Browser. Everything start with Visibility Off. How could I turn it on?<br><br>Regards,<br>Jose M.<br><br><br>