[Paraview] accessing the data of an STL file from the python shell

2009-02-27 Thread Olivier Macchion
Hello I imported a STL file into Paraview and I would like to know how to access the points and cells of the imported polygonal mesh from the python shell. I have been reading the document "Paraview Scripting with Python" but I can't figure out how to access data that is already imported in Parav

[Paraview] Backgrounds iPhone App - Share Background

2009-02-27 Thread Woo Suk. Tae
A friend has shared a wallpaper background with you using the Backgrounds iPhone App. If you have Backgrounds on your iPhone click here to open the wallpaper background. To get Backgrounds on your iPhone visit the App Store. oooiioA friend has shared a wallpaper background with you using the

[Paraview] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Ricardo Reis
Hi I'm getting a "Handshake failed" message between 2 machines. They are both debian, 64 bit. I have also just retrieved the cvs head, compiled in both machines. So, everything points they are the same build. But I'm getting this error with the "You are probably using mismatching version".

Re: [Paraview] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Utkarsh Ayachit
Are you sure you updated with cvs up -dAP i.e. don't have any sticky tags on one (or both) of the machines? Look at vtkSocketCommunicator::GetVersion (in ParaView/VTK/Parallel/vtkSockeCommunicator.cxx) are both reporting the same version number? Utkarsh On Fri, Feb 27, 2009 at 10:16 AM, Ricardo

Re: [Paraview] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Utkarsh Ayachit
Is that a debug build? Can you attach with a debugger and step into vtkSocketCommunicator::ClientSideHandshake and vtkSocketCommunicator::ServerSideHandshake and see where it's failing? If it's not a debug build, adding "cout"s at every location where these methods return 0 may help. Utkarsh On F

Re: [Paraview] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Ricardo Reis
On Fri, 27 Feb 2009, Utkarsh Ayachit wrote: Is that a debug build? Can you attach with a debugger and step into vtkSocketCommunicator::ClientSideHandshake and vtkSocketCommunicator::ServerSideHandshake and see where it's failing? If it's not a debug build, adding "cout"s at every location where

Re: [Paraview] Handshake failed :: but I'm using exactly the same CVS

2009-02-27 Thread Utkarsh Ayachit
Can you try adding cout << __LINE__ << endl; to every place where 0 is returned in vtkSocketCommunicator::ClientSideHandshake/vtkSocketCommunicator::ServerSideHandshake and then compile and send me the result? Thanks, Utkarsh On Fri, Feb 27, 2009 at 6:26 PM, Ricardo Reis wrote: > On Fri, 27 Fe

Re: [Paraview] accessing the data of an STL file from the python shell

2009-02-27 Thread Berk Geveci
The servermanager module has a Fetch method that would let you do this. I can't remember the syntax; try help(servermanager.Fetch) -berk On Fri, Feb 27, 2009 at 9:32 AM, Olivier Macchion wrote: > Hello > > I imported a STL file into Paraview and I would like to know how to access > the points an