John Platt wrote: > Hi, > > Is there a filter to extract all the vertices (or other cell type) from > vtkPolyData without resorting to Id lists or scalar data? Hi John, Have a look at vtkMaskPoints and its GenerateVerticesOn method. Set the OnRatio var to 1... hth Goodwin