Re: [Paraview] pvserver Projected tetra

2014-02-05 Thread M P
FYI, the symptoms are very similar to this post http://www.paraview.org/pipermail/paraview/2012-November/026753.html except that I am not using curved screen ... Is there something specific that needs to be done to make tetra volume rendering with pvserver happening? Best regards, Martin On Thu

[Paraview] REPLY to AW: no data found using "find data"

2014-02-05 Thread Jakubczyk, Lukas
Hi Paul, thank you for your suggestion. Unfortunately it didn't work, but using the filter and find data caused system crashes, AND thereby I noticed, that the output massage window didn't work the whole time AND that the reason for my problem seems to lie in the data structure. Output massage:

Re: [Paraview] Saving Programmable Filter as a PNG image

2014-02-05 Thread Magician
Hi Utkarsh, Excellent! That works!! Magician On Feb 5, 2014, at 4:04, Utkarsh Ayachit wrote: > In vtkImageData, the scalars are associated with points, not cell. Add > the unsigned char array to the PointData, not CellData. Also note that > you'll need to update your whole extent, image dim

Re: [Paraview] Get Values of CSV sources with Programmable Filter

2014-02-05 Thread Magician
Hi Utkarsh, I already checked it, but there are no information about getting all values of VTKTable with NumPy. Now I'm using for-loops and the GetValue(i, j) function, but it's not smart. Do you have any other information? Magician On Feb 5, 2014, at 4:05, Utkarsh Ayachit wrote: > Here's s

Re: [Paraview] Get Values of CSV sources with Programmable Filter

2014-02-05 Thread Berk Geveci
If one of the inputs to the programmable filter is a table, you can values (columns) from it with something like: inputs[0].RowData['array_name'] This will give a (n,1) numpy array where n == number of rows. Best, -berk On Wed, Feb 5, 2014 at 9:29 AM, Magician wrote: > Hi Utkarsh, > > > I alre

Re: [Paraview] 3D txt file to stl file

2014-02-05 Thread Utkarsh Ayachit
Try converting it to a CSV file, then apply "Table To Points" and "Delaunay3D" filter. That should generate a 3D mesh. Now, apply the "Extract Surface" filter to extract the outer shell. You can save that as STL. Utkarsh On Wed, Feb 5, 2014 at 3:51 AM, Gizem wrote: > > >> >> >> Hello, >> >> I ha

[Paraview] Bug report: ParaView 4.1.0 crashes in 'Edit->Find Data' dialog on MultiBlockDataSet

2014-02-05 Thread Wijnand Suijlen
Hi, There is a bug in ParaView 4.1.0 (Windows & Linux) that is bothering me, and I haven't found a report for it yet in the mailing list or in the bug tracker. So here it comes: It seems that the 'Find Data' dialog doesn't work very well vtkMultiBlockDataSets that are filled with vtkTables. Runni

Re: [Paraview] PV4.1.0 bug in GUI for Contour filter

2014-02-05 Thread Sankhesh Jhaveri
Thanks for reporting the issue. I've pushed a fix ( http://www.paraview.org/Bug/view.php?id=14498#c32284 ) that should go into master in the next gatekeeper review. -- Sankhesh On Tue, 2014-02-04 at 22:34 +, Insley, Joseph A. wrote: > Hi, > > > > I just ran across what looks to be a b

Re: [Paraview] Compilation error under Linux with MPI and Python

2014-02-05 Thread Orion Poplawski
On 02/05/2014 01:14 PM, Armin Wehrfritz wrote: > Hi, > > I get this error when compiling Paraview 4.1.0 under Linux x64: > >> [ 230s] CMakeFiles/mpi4py.MPI.dir/src/MPI.c.o: In function >> `OPENMPI_dlopen_libmpi': >> [ 230s] MPI.c:(.text+0x6eb1): undefined reference to `dlopen' >> [ 230s] MPI.c