[Paraview] Setting Exact Sights with Python

2014-02-09 Thread Magician
Hi all, I'm trying to control Camera Positions with Python. It looks like that ParaView's Camera Positions such as View Points (Camera Position) and Focal Points have some relations to the Zoom or other parameters. Additionally the Python's Camera object has many options which couldn't check on

Re: [Paraview] Setting Exact Sights with Python

2014-02-10 Thread Utkarsh Ayachit
For persepective projection, the following should be all you need to set: view.CameraFocalPoint view.CameraPosition view.CameraViewUp view.CameraViewAngle Utkarsh On Sun, Feb 9, 2014 at 10:46 AM, Magician wrote: > Hi all, > > > I'm trying to control Camera Positions with Python. > > It looks li