Here is the code I used to try and great a cut plane. The problem seems to be that everytime I try assign the plane as the cutFunction, paraview crashes on me.<br><br>view = servermanager.GetRenderView() <br>pxm = servermanager.ProxyManager
()<br><br>sphere = servermanager.sources.SphereSource(registrationGroup=&#39;sources&#39;, registrationName=&#39;sphere&#39;)&nbsp; <br>dataDisplay = servermanager.CreateRepresentation(sphere, view, registrationGroup=&#39;representations&#39;)
<br><br>plane = servermanager.sources.PlaneSource()<br>cut = servermanager.filters.Cut(Input=sphere, registrationGroup=&#39;sources&#39;, registrationName=&#39;cut&#39;)<br>cut.CutFunction = plane #this seems to crash paraview
<br>dataDisplay2 = servermanager.CreateRepresentation(cut, view, registrationGroup=&#39;representations&#39;)<br><br><br><br><div><span class="gmail_quote">On 11/6/07, <b class="gmail_sendername">Fabian Braennstroem</b> &lt;
<a href="mailto:f.braennstroem@gmx.de">f.braennstroem@gmx.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>
I was testing around with paraview&#39;s python and like it a lot :-)<br>But I stuck, when creating a cut filter with its &#39;CutFunction&#39;.<br>Does anyone can give an advice, where I can find the needed format and<br>
options for most of the filters and esp. this filter? Would be nice!<br><br>Regards!<br>Fabian<br><br><br>_______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">
ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br>