Hi everyone,
I'm trying to reload a pvsm from Paraview within pvpython, which has
several views. The code is the following

from paraview.simple import *
servermanager.LoadState("NonlocalDamage.pvsm")
views = GetRenderViews()
for view in views:
     view.ViewSize = [100,100]
     view.ViewPosition = [0,0]
     view.StillRender()

Unfortunately, the ViewPosition command does not seem to work so that
all the windows open on top of each other. Any suggestions, how to solve
the problem?

If there is a more detailed documentation available how to manipulate
the output in pvpython, it would be great if you could send me the link.
Is there a possibility to make these windows interactive, so that I can
zoom or modify the camera  interactively?

Thanks in advance
Jörg F.
_______________________________________________
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

Reply via email to