Dear all, <br><br>first, I would like to say that I am very pleased with pvpython. This is a great tool for processing unsteady calculation from Fluent!<br><br>I think I am not the first one asking the question but pvpython seems to crash when using the cutfilter on a very simple example.<br>

<br>===<br>
from paraview import servermanager<br>connection=servermanager.Connect()<br><br>cube1 = servermanager.sources.CubeSource(Center=[4.0,3.9,0.0],&nbsp; XLength=0.1, YLength=0.1, ZLength=0.1)<br><br>plane1 = servermanager.sources.PlaneSource(Origin=[-5.0,3.9,-5.0], Point1=[-5.0,3.9,5.0], Point2=[5.0,3.9,-5.0], XResolution=10, YResolution=10)<br>


<br>cutfunc = servermanager.filters.Cut()<br>cutfunc.Input=cube1<br>cutfunc.CutFunction=plane1<br>===<br>
<br>The error message is:<br><br>===<br>ERROR: In /home/berk/Work/ReleaseBuilds/ParaView3/Servers/Common/vtkProcessModule.cxx, line 1001<br>vtkProcessModule (0x807b7d0): Object type: vtkCutter, could not find requested method: &quot;SetCutFunction&quot;<br>


or the method was called with incorrect arguments.<br><br>while processing<br>Message 0 = Invoke<br>&nbsp; Argument 0 = id_value {11}<br>&nbsp; Argument 1 = string_value {SetCutFunction}<br>&nbsp; Argument 2 = id_value {8}<br><br>ERROR: In /home/berk/Work/ReleaseBuilds/ParaView3/Servers/Common/vtkProcessModule.cxx, line 1002<br>


vtkProcessModule (0x807b7d0): Aborting execution for debugging purposes.<br>Aborted<br>====<br><br>In addition, when using clip filter, a similar error message still remains. <br><br>Do you have any clue? Is it a bug or am I doing something wrong?<br>

I am using Paraview 3.2.1 binaries for Linux 32b.<br><br>Thank you in advance.<br><br>-- <br>Julien Duclos<br>Reserach Engineer<br>