[Paraview] Apply Clip Filter using Python

Dominic Jennewein dominic.jennewein at gmail.com
Fri Nov 20 11:13:58 EST 2009


Hello!
I'm new to ParaView and Python and have the following question:

How can I "apply" the Clip Filter using Python?
I'm using ParaView 3.6.1 on Windows XP with the "Python Shell" from the
Tools Menu.

My Python Script:
---------------------------
clip01=Clip()
clip01.InsideOut=1
clip01.ClipType = "Box"
clip01.ClipType.Scale=[0.5,0.5,0.5]
Show(clip01)

surface=ExtractSurface()
Show(surface)

Render()
---------------------------

I haven't found the possibilty to "apply" the Clip Filter via Python...I
always have to press manually the "Apply" Button in the Object Inspector.

I've also tried:

>>> view = servermanager.CreateRenderView()
>>> rep = servermanager.CreateRepresentation(shrinkFilter, view)
>>> view.StillRender()

out of the "Servermanger.pdf", but this creates a new window, which I don't
want.
And also

>>> clip01.UpdatePipeline()

doesn't work.

There was a nearly similar question on this mailinglist, but it doesn't help
me, I'm sorry:

http://markmail.org/thread/54kjzlk4i5d6sprh

Thank you for your work on ParaView! :-)

Dominic Jennewein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20091120/4d87853c/attachment-0001.htm>


More information about the ParaView mailing list