[Paraview-developers] Script commands that hide/show pipeline objects

Hallock, Kevin Kevin.Hallock at pfizer.com
Wed May 4 11:21:58 EDT 2016


Thanks!

Kevin

From: Mathieu Westphal <mathieu.westphal at kitware.com<mailto:mathieu.westphal at kitware.com>>
Date: Wednesday, May 4, 2016 at 10:54 AM
To: Kevin Hallock <Kevin.Hallock at pfizer.com<mailto:Kevin.Hallock at pfizer.com>>
Cc: "paraview-developers at paraview.org<mailto:paraview-developers at paraview.org>" <paraview-developers at paraview.org<mailto:paraview-developers at paraview.org>>
Subject: Re: [Paraview-developers] Script commands that hide/show pipeline objects

ss = GetSources()
for s in ss:
  Hide(ss[s])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160504/7705373c/attachment.html>


More information about the Paraview-developers mailing list