It not really well supported, but something like the following may work on linux/windows:
window = view.GetRenderWindow() window.SetPosition(450, 0) Utkarsh On Wed, Mar 15, 2017 at 2:08 PM, Marco Cisternino <[email protected]> wrote: > Good morning, > I wrote a python script in order to process my data and to render the result > at the end. > To do this last step I call > > Render(myRenderView) > Interact() > > and the rendering window is open at the top left corner of my screen. > How can I change the position of the rendering window? > Thanks a lot for any hint. > Best regards, > > > Marco Cisternino, PhD > [email protected] > _______________________________ > OPTIMAD Engineering srl > Via Giacinto Collegno 18, Torino, Italia. > +3901119719782 > www.optimad.it > > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
