[Paraview] Hiding all pipeline objects

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Aug 8 13:03:09 EDT 2017


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 <amylaunspach at gmail.com>
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170808/25801c0f/attachment.html>


More information about the ParaView mailing list