I am doing something like this:
--------------
view=servermanager.CreateRenderView()
#render something
view.WriteImage("top.png", "vtkPNGWriter")
--------------
I can find help with
help(servermanager)
or
help(servermanager.CreateRenderView)
but not with
help(servermanager.CreateRenderView.WriteImage)
I was trying to figure out how to change the image size or see what other
writes are available, things like that. I can't seem to find documentation.
I found this:
http://www.paraview.org/doc/nightly/html/classvtkPVRenderView.html
But it doesn't have a WriteImage() function, so I guess I'm not in the right
place?
Can someone point me in the right direction?
Thanks,
David
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview