<div dir="ltr"><div>I see in coprocessing.py it does:<br>                    if view.IsA("vtkSMRenderViewProxy") == True:<br>                        view.ResetCamera()<br>                    elif view.IsA("vtkSMContextViewProxy") == True:<br>
                        view.ResetDisplay()<br><br></div>The first is for standard 2D and 3D views and the second one is for plots. I'm not sure if this is any more helpful than what Utkarsh said.<br><div><div> <br></div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 19, 2014 at 3:56 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alan,<br>
<br>
With git/master, it translates to something like this:<br>
<br>
renderView1.ResetCamera(-10.0, 10.0, -10.0, 10.0, -10.0, 10.0)<br>
<br>
Where the values are indeed the current data bounds. But I think we<br>
can add API to "ZoomTOData" in Python using a data source rather that<br>
current bounds. Feel free to add a bug/feature request.<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
On Tue, Aug 19, 2014 at 3:42 PM, Scott, W Alan <<a href="mailto:wascott@sandia.gov">wascott@sandia.gov</a>> wrote:<br>
> From a user:<br>
><br>
> I'm trying to create a Python script which will loop through a set of Exodus<br>
> block IDs and will output an image for each block. I started the trace and<br>
> tried to use the "Zoom to Data" button, but this didn't translate well into<br>
> the python script - instead I got a discrete camera view, which doesn't lend<br>
> well to a general script. Is there a command I can pass to zoom to whatever<br>
> data I'd like?<br>
><br>
> Thanks,<br>
><br>
> Alan<br>
><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>