> Also the GetPolyData() does a shallow copy of the planesource->GetOutput() > rather than simply exporting the polydata directly. Because the polydata is continually being modified and it's better to wait until end of interaction and get the last "firm" result. Correct?