To manipulate the camera, take a look at this post from yesterday:<br><br><a href="http://markmail.org/message/sjt6pbkyc56l2wgl">http://markmail.org/message/sjt6pbkyc56l2wgl</a><br><br>Pat<br><br><div class="gmail_quote">On Thu, Jul 1, 2010 at 4:10 PM, &quot;Jörg F. Unger&quot; <span dir="ltr">&lt;<a href="mailto:j-unger@northwestern.edu">j-unger@northwestern.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi everyone,<br>
I&#39;m trying to reload a pvsm from Paraview within pvpython, which has<br>
several views. The code is the following<br>
<br>
from paraview.simple import *<br>
servermanager.LoadState(&quot;NonlocalDamage.pvsm&quot;)<br>
views = GetRenderViews()<br>
for view in views:<br>
     view.ViewSize = [100,100]<br>
     view.ViewPosition = [0,0]<br>
     view.StillRender()<br>
<br>
Unfortunately, the ViewPosition command does not seem to work so that<br>
all the windows open on top of each other. Any suggestions, how to solve<br>
the problem?<br>
<br>
If there is a more detailed documentation available how to manipulate<br>
the output in pvpython, it would be great if you could send me the link.<br>
Is there a possibility to make these windows interactive, so that I can<br>
zoom or modify the camera  interactively?<br>
<br>
Thanks in advance<br>
Jörg F.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>