<div dir="ltr"> I just downloading and compiled the latest VTK5.2 CVS with python2.5 support. Everything looks fine, except I can't get "vtkPassThroughFilter" in python.<br><br>[GCC 3.4.6 20060404 (Red Hat 3.4.6-9)] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>> from vtk import *<br>>>> vtkDataSetReader()<br><libvtkIOPython.vtkDataSetReader vtkobject at 0x2a99dad1e0><br>
>>> vtkPassThroughFilter()<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br>NameError: name 'vtkPassThroughFilter' is not defined<br>>>> vtkPassThrough()<br>
<libvtkInfovisPython.vtkPassThrough vtkobject at 0x2a99d9fe70><br>>>> vtkPassThroughFilter()<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br>NameError: name 'vtkPassThroughFilter' is not defined<br>
>>><br><br>Any idea why this particular object isn't available?<br clear="all">----------------------------------------<br>Randall Hand <br>Visualization Scientist<br>ERDC MSRC-ITL<br>
</div>