[Paraview] Hiding all pipeline objects

Amelia Launspach amylaunspach at gmail.com
Tue Aug 8 12:39:13 EDT 2017


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


More information about the ParaView mailing list