Looks like I have it working now. I needed to do the following call for the vtkMergeDataObjectFilter instance merge: merge SetOutputFieldToPointDataField and I had to do the following call for the vtkFieldDataToAttributeDataFilter instance fd2ad: fd2ad SetInputFieldToPointDataField These calls were not required with vtk 3.2. Regards, Chris