[Paraview] python function documentation?
David Doria
daviddoria at gmail.com
Sat Apr 11 10:57:32 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090411/0f2456e8/attachment.htm>
More information about the ParaView
mailing list