<div dir="ltr">Using paraview 5.1.2, thats a bummer</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 8, 2017 at 12:03 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"><div dir="ltr">What version of ParaView  are you using? `simple.HideAll` has been supported since 5.2.</div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Tue, Aug 8, 2017 at 12:39 PM, Amelia Launspach <span dir="ltr"><<a href="mailto:amylaunspach@gmail.com" target="_blank">amylaunspach@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi everyone,<div><br></div><div>I'm trying to hide all pipeline objects on my view. My paraview.simple does not have a "HideAll" so I'm not sure how to do this. The following methods have not worked for me:</div><div><br></div><div>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">def HideAll(view=None):</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">    """Hide all pipeline sources in the given view.</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">    If view is not specified, active view is used."""</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">    if not view:</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">        view = active_objects.view</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">    controller = servermanager.ParaViewPipeline<wbr>Controller()</font></span></p>
<p style="margin:0px"><span style="font-family:Courier"><font color="#0000ff">    controller.HideAll(view)</font></span></p><p style="margin:0px"><span style="font-family:Courier;font-size:13pt"><font color="#00ff00"><br></font></span></p><p style="margin:0px"><font color="#38761d">paraview.simple.HideAll()</font></p><p style="margin:0px"><font color="#00ff00"><br></font></p><p style="margin:0px"><br></p></div><div><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;line-height:21px">Does anyone know how I could accomplish this?</span></font></div><div><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;line-height:21px">Seems simple enough but nothing is working😟</span></font></div><div><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;line-height:21px"><br></span></font></div><div><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;line-height:21px">Thanks,</span></font></div><div><font color="#24292e" face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"><span style="font-size:14px;line-height:21px">Amy</span></font></div></div>
<br></div></div>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>