[vtkusers] vtkRectilinearGridToPolyDataFilter

Simon Faust simon.faust at post.rwth-aachen.de
Mon Oct 15 07:30:02 EDT 2001


Hi,
I'm trying to use vtkRectilinearGridToPolyDataFilter, but it does not
work. I get "unknown command name"- error just by writing:

vtkRectilinearGridToPolyDataFilter con
    con SetInput plane

while plane is of type vtkRectilinearGeometryFilter. I just installed
the vtk nightly releases but this doesn't help. The reason for that I
want to use vtkRectilinearGridToPolyDataFilter is that I want to cut the
scalar data of the rectilinear grid by using planes that are implemented
via the RectilinearGridGeometryFilter. Actually this is not possible
because I use ClipPolyData with requires PolyData as Input.
Alternatively I tried to use the ClipDataSet Filter which causes the
same problem as vtkRectilinearGridToPolyDataFilter: unknown command
name. Has anybody an idea what causes these errors or what I can do to
solve my problem. Thanks in advance
Simon Faust




More information about the vtkusers mailing list