I triangulated unstructured/unorganized points with the filter "vtkDelaunay3D" . the output is an unstructured grid "vtkUnstructuredGrid" . now I wanna use the vtkSTLWriter. So I need the Polydata type. But what is the easiest way to transform vtkUnstructuredGrid to vtkPolydata? Thank's a lot for any hints Axel