[vtkusers] vtkAppendPolyData

Yianis Nikolaou yianisn at gmail.com
Thu Feb 24 06:30:00 EST 2005


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

use vtkAppendPolyData->GetOutput();

before that you might have to call vtkAppendPolyData->Update()
to force the update of the pipeline

yianis nikolaou



More information about the vtkusers mailing list