[Paraview] multiple windows in pvpython

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Jul 1 16:42:03 EDT 2010


This is not currently supported in ParaView from python. We plan to
add support for this in 3.10.

Utkarsh

On Thu, Jul 1, 2010 at 4:10 PM, "Jörg F. Unger"
<j-unger at northwestern.edu> wrote:
> 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
>


More information about the ParaView mailing list