Hi all, This is fairly urgent, so any good pointers would be greatly appreciated!
I am trying to (still) access the multi-block table in port 1 of my reader from python. Everything I have tried has returned the vtkSructuredGrid of port 0... Can someone in the know let me know how I can get at the data in port 1? I have tried: port1 = servermanager.OutputPort(reader,1) mb = servermanager.Fetch(port1) I have even tried doing this interactively: 1) select port 1 in the gui 2) port1 = GetActiveSource() 3) mb = servermanager.Fetch(port1) But It is returning a vtkStructuredGrid object that appears to be the data on Port 0. Port 1 should be a multiblock dataset with multiple vtkTables within. again, help would be greatly appreciated! -Josh _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
