Thanks Peter - good idea about grepping the source - that just always seems like a last resort so I wanted to make sure I wasn&#39;t being silly and missing some nice documentation some where first. <br><br>.ViewSize looks like what I was asking for, I&#39;ll give that a shot.<br>
<br clear="all">Thanks,<br><br>David<br>
<br><br><div class="gmail_quote">On Sat, Apr 11, 2009 at 2:07 PM, Peter Brady <span dir="ltr">&lt;<a href="mailto:petertbrady@gmail.com">petertbrady@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi David,<br>
<br>
I agree that it can be a bit of a frustrating scavenger hunt.  I&#39;m not<br>
sure what platform you&#39;re using but it will pay off if you get<br>
familiar with &#39;find&#39; and &#39;grep&#39; commands to dig through the paraview<br>
source.  In the meantime I think you&#39;re looking for something like,<br>
<br>
view.ViewSize = [number, number] to set the gui size.<br>
You can use something like &#39;view.ParallelScale&#39; to zoom in (that&#39;s not<br>
the exact command but it should be listed in dir(view)).<br>
<br>
Good luck,<br>
<div><div></div><div class="h5">Peter.<br>
<br>
On Sat, Apr 11, 2009 at 8:38 AM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>
&gt; Hm I still don&#39;t see anything about how to set the size of the image? And I<br>
&gt; also don&#39;t know how I would have found vtkImageWriter from WriteImage(),<br>
&gt; when WriteImage() is not an actual function anywhere in the vtk docs.  And<br>
&gt; the same kind of thing, I thought maybe size would be changed in my:<br>
&gt;<br>
&gt; view=servermanager.CreateRenderView()<br>
&gt; rep = servermanager.CreateRepresentation(reader, view)<br>
&gt;<br>
&gt; instead of in the actual writing step, but I didn&#39;t see servermanager in the<br>
&gt; vtk docs. Also, I found a vtkCameraRepresentation, but it doesn&#39;t look like<br>
&gt; this is the same thing created by CreateRepresentation. I found<br>
&gt; vtkRenderView, and in vtkView (the parent class) there is a SizePort(i , j)<br>
&gt; function, but how would you call that from python? I think the main issue is<br>
&gt; that python doesn&#39;t require the variables to be typed and hence I don&#39;t know<br>
&gt; what they actually are.<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; David<br>
&gt;<br>
&gt;<br>
&gt; On Sat, Apr 11, 2009 at 11:25 AM, Peter Brady &lt;<a href="mailto:petertbrady@gmail.com">petertbrady@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Try the vtk documentation.  I think this page might be what you&#39;re looking<br>
&gt;&gt; for.<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.vtk.org/doc/nightly/html/classvtkImageWriter.html" target="_blank">http://www.vtk.org/doc/nightly/html/classvtkImageWriter.html</a><br>
&gt;&gt;<br>
&gt;&gt; Hope that helps,<br>
&gt;&gt; Peter.<br>
&gt;&gt;<br>
&gt;&gt; On Sat, Apr 11, 2009 at 7:57 AM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I am doing something like this:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --------------<br>
&gt;&gt; &gt; view=servermanager.CreateRenderView()<br>
&gt;&gt; &gt; #render something<br>
&gt;&gt; &gt; view.WriteImage(&quot;top.png&quot;, &quot;vtkPNGWriter&quot;)<br>
&gt;&gt; &gt; --------------<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I can find help with<br>
&gt;&gt; &gt; help(servermanager)<br>
&gt;&gt; &gt; or<br>
&gt;&gt; &gt; help(servermanager.CreateRenderView)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; but not with<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; help(servermanager.CreateRenderView.WriteImage)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I was trying to figure out how to change the image size or see what<br>
&gt;&gt; &gt; other<br>
&gt;&gt; &gt; writes are available, things like that. I can&#39;t seem to find<br>
&gt;&gt; &gt; documentation.<br>
&gt;&gt; &gt; I found this:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/doc/nightly/html/classvtkPVRenderView.html" target="_blank">http://www.paraview.org/doc/nightly/html/classvtkPVRenderView.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; But it doesn&#39;t have a WriteImage() function, so I guess I&#39;m not in the<br>
&gt;&gt; &gt; right<br>
&gt;&gt; &gt; place?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Can someone point me in the right direction?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; David<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>