[vtkusers] vtkAppendPolyData

Denis Saussus dsaussus at fugro-jason.com
Thu Feb 24 06:05:17 EST 2005


Unless I misunderstood, just use
   apd = vtk.vtkAppendPolyData()
   apd.GetOutput() <== use this as the input to the filter requiring vtkPolyData

hth

Denis

-----Original Message-----
From: vtkusers-bounces at vtk.org [mailto:vtkusers-bounces at vtk.org]On
Behalf Of Alejandro Galindo Mateo
Sent: Thursday, February 24, 2005 11:48 AM
To: vtkusers at vtk.org
Subject: [vtkusers] vtkAppendPolyData


Hello vtk users,

I have a lot of vtkPolyData so I put it in a vtkAppendPolyData, but when I 
try to set the input of a filter as vtkAppendPolyData I get an error because 
the filter acepts vtkPolyData but doesn´t acept vtkAppendPolyData.

How can I transform vtkAppendPolyData with all the vtkPolyData into a single 
vtkPolyData or something like this?

Thanks for all,


_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list