What version of ParaView are you using? `simple.HideAll` has been supported since 5.2.
On Tue, Aug 8, 2017 at 12:39 PM, Amelia Launspach <[email protected]> wrote: > Hi everyone, > > 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: > > def HideAll(view=None): > > """Hide all pipeline sources in the given view. > > If view is not specified, active view is used.""" > > if not view: > > view = active_objects.view > > controller = servermanager.ParaViewPipelineController() > > controller.HideAll(view) > > > paraview.simple.HideAll() > > > > Does anyone know how I could accomplish this? > Seems simple enough but nothing is working😟 > > Thanks, > Amy > > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
