Thank you for your answer! <br>
<br>
I already tried both of them.<br>
After adding the &quot;Extract Surface&quot; Filter on the clip01, everything ist gone. <br>
I then have to press manually &quot;Reset Bounds&quot; for the Clip and the
&quot;Apply&quot; Button (for the Clip) to get the same state, as if i&#39;m adding
both filters manually.<br>
<br>
<div class="gmail_quote">2009/11/20 Adriano Gagliardi <span dir="ltr">&lt;<a href="mailto:agagliardi@ara.co.uk">agagliardi@ara.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div><div class="im">
<div>clip01=Clip()<br>clip01.InsideOut=1<br>clip01.ClipType = 
&quot;Box&quot;<br>clip01.ClipType.Scale=[0.5,0.5,0.5]</div>
</div><div><span>##try this</span></div>
<div><span>clip01.UpdatePipeline()</span></div>
<div><span>##or this, which I think should 
automatically update the pipeline for you</span></div>
<div><span><font color="#0000ff" face="Arial" size="2">Render()</font></span></div>
<p><font size="2">===================================<br><br>Adriano Gagliardi 
MEng PhD<br>Project Scientist<br>Computational Aerodynamics<br>Aircraft Research 
Association Ltd.<br>Manton Lane<br>Bedford<br><br>Tel: 01234 32 4644<br>E-mail: 
<a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a><br>Url: <a href="http://www.ara.co.uk" target="_blank">www.ara.co.uk</a> </font></p>
<div> </div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a> 
[mailto:<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a>] <b>On Behalf Of </b>Dominic 
Jennewein<br><b>Sent:</b> 20 November 2009 16:14<br><b>To:</b> 
<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br><b>Subject:</b> [Paraview] Apply Clip Filter using 
Python<br></font><br></div><div><div></div><div class="h5">
<div></div>Hello!<br>I&#39;m new to ParaView and Python and have the following 
question:<br><br>How can I &quot;apply&quot; the Clip Filter using Python?<br>I&#39;m using 
ParaView 3.6.1 on Windows XP with the &quot;Python Shell&quot; from the Tools 
Menu.<br><br>My Python 
Script:<br>---------------------------<br>clip01=Clip()<br>clip01.InsideOut=1<br>clip01.ClipType 

&quot;Box&quot;<br>clip01.ClipType.Scale=[0.5,0.5,0.5]<br>Show(clip01)<br><br>surface=ExtractSurface()<br>Show(surface)<br><br>Render()<br>---------------------------<br><br>I 
haven&#39;t found the possibilty to &quot;apply&quot; the Clip Filter via Python...I always 
have to press manually the &quot;Apply&quot; Button in the Object Inspector.<br><br>I&#39;ve 
also tried:<br><br>&gt;&gt;&gt; view = 
servermanager.CreateRenderView()<br>&gt;&gt;&gt; rep = 
servermanager.CreateRepresentation(shrinkFilter, view)<br>&gt;&gt;&gt; 
view.StillRender()<br><br>out of the &quot;Servermanger.pdf&quot;, but this creates a new 
window, which I don&#39;t want.<br>And also<br><br>&gt;&gt;&gt; 
clip01.UpdatePipeline()<br><br>doesn&#39;t work.<br><br>There was a nearly similar 
question on this mailinglist, but it doesn&#39;t help me, I&#39;m sorry:<br><br><a href="http://markmail.org/thread/54kjzlk4i5d6sprh" target="_blank">http://markmail.org/thread/54kjzlk4i5d6sprh</a><br><br>Thank 
you for your work on ParaView! :-)<br><br>Dominic 
Jennewein<br><br>
</div></div><p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;">---------------------------</span></p>
<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;">This email contains information that is private and confidential and is intended only for the addressee.  </span><span style="font-family: &#39;Arial&#39;; font-size: 8pt;">If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.</span></p>

<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;">Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.</span></p>
<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;">Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245</span></p>

<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;"></span></p>
<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;"> </span></p>
<p><span style="font-family: &#39;Arial&#39;; font-size: 8pt;"> </span></p></div>
</blockquote></div><br>