Dear all,

I am very happy that 3.8.0 now has the option to save/load view. Very
helpful. However when using parallel projection the parameter to control
zooming is:

    * Not shown in the Adjust Camera GUI
    * Not saved with the views

The only way I have so far is to query it from Python:

>>>
view=GetRenderView()

>>>
view.CameraParallelScale

2.7270467698171603

However this is not so straight-forward. I also done't know how to
modify it from within python. I can do
view.CameraParallelScale=1 and the value is changed but the view is not....

Regards Bastian

_______________________________________________
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