[vtkusers] unstructuredgrid to polydata?

david michell davidmichell at rediffmail.com
Mon Apr 26 02:44:05 EDT 2004


An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20040426/de744607/attachment.htm>
-------------- next part --------------
Hi Everyone,
I have got this problem.

vtkDelaunay3D *del=vtkDelaunay3D::New();
del->SetInput(ptrUnstGrid);

vtkButterflySubdivisionFilter *butr=vtkButterflySubdivisionFilter::New();
/***************** Doesnt accept UG
butr->SetInput(del->GetOutput()) ;
******************/


Iam trying to add more triangles to the output of the Delaunay3D.
Delaunay3D gives UnstruturedGrid as output but ButterflySubdivisionFilter takes PolyData as input.

How to convert from UnstruturedGrid to PolyData?

Thanks for the help.
David Michell


More information about the vtkusers mailing list