Re: [Paraview] Paraview Web view along X,Y or Z

2011-05-14 Thread Sebastien Jourdain
Hi Raj, if you create a 2D view instead of a 3D one, you'll get exactly what you want. But, since it's a hidden API from the JavaScript, you'll need to make a python plugin to enable that API You need to call: paraview.simple._create_view(2DRenderView) them, you just need to play with some

[Paraview] Paraview Web view along X,Y or Z

2011-05-13 Thread Rajvikram Singh
Hi    I would like to provide the ParaviewWeb session users to be able to view their data along the major axes at any point. I looked at the view properties and there were member functions for setCameraViewUp() and setCameraPosition() but I was not able to orient the camera correctly. Am I