<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.ParaViewPipelineController()</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>