sebastien MARAUX wrote: > [...] > Any Idea, other than reading vtkPolyData, that I almost > know from A o Z? The InitTraversal() and GetNextCell() methods are O(1), whereas the GetCell() method is at least O(N). Why are you averse to reading vtkPolyData? -Jeremy