<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
<br>
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:<br>
<ul>
  <li>Not shown in the Adjust Camera GUI</li>
  <li>Not saved with the views</li>
</ul>
The only way I have so far is to query it from Python:<br>
<br>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<table style="margin: 4px;">
  <tbody>
    <tr>
      <td style="border: medium none ;">
      <p style="margin: 0px; text-indent: 0px;"><!--StartFragment--><span
 style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 0);">&gt;&gt;&gt;<br>
view=GetRenderView()</span></p>
      <p style="margin: 0px; text-indent: 0px;"><span
 style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 0, 0);">&gt;&gt;&gt;<br>
view.CameraParallelScale</span></p>
      <p style="margin: 0px; text-indent: 0px;"><span
 style="font-family: 'Courier'; font-size: 9pt; color: rgb(0, 150, 0);">2.7270467698171603</span></p>
      <p
 style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 9pt; color: rgb(0, 150, 0);"><!--EndFragment--></p>
      </td>
    </tr>
  </tbody>
</table>
However this is not so straight-forward. I also done't know how to
modify it from within python. I can do <br>
view.CameraParallelScale=1 and the value is changed but the view is
not....<br>
<br>
Regards Bastian <br>
<br>
</body>
</html>