[Paraview] one question about exporting pov-ray file using paraview

2012-07-10 Thread guodong yuan
I try to export a simple scene with texture mapping in Paraview 3.14.1 32-bit on windows 7.The triangle mesh model can be exported correctly. However, the texture coordinates and texture image can not be found in the exported pov-ray file. Does anyone else encounter with the same problem?

[Paraview] Macro calling functions in separated files

2012-07-10 Thread hicham mach
Hi, I create a macro for data post-treatment in ParaView. This macro represents a geometry (STL file) and after plots for example pressure, computed vorticity or streamlines. My objective now is to decompose this macro to multiple python files (every file *.py contain a python function that

Re: [Paraview] VRPN Setup

2012-07-10 Thread Sean Delaney
Thanks Nikhil. I guess I'll troubleshoot the connection first and then worry about the number of sensors. It's possible that Paraview is just dropping the connection due to an incorrect number of sensors though, or some other issue with the data received. I'll report back with any findings.

[Paraview] Paraview Crash

2012-07-10 Thread Brian Curtis
I have an unstructured grid that I used a vtkUnstructuredGridWiter to create a .vtk file to be read into paraview, this includes a scalar field. When trying to create a slice of the x-z plane it crashes. bcurtis@sunspot:~/Desktop/Dissertation/Differences$ gdb paraview GNU gdb (Ubuntu/Linaro

[Paraview] Tracing cuts

2012-07-10 Thread Hatef Monajemi
Dear Paraview community, I have a question in regards to saving the procedure for cutting a 3D object. I have a 3D object (a box) in which I am only interested in specific slices for visualization purposes. This is a problem that arises mostly in image reconstruction using tomographic data.

Re: [Paraview] Tracing cuts

2012-07-10 Thread Hatef Monajemi
Dear Sam and Cory, My physical object is the same, however, the values on the cell would change each time. Think of it as different realization of a stochastic field. I thought Save State only saves the current values and loads it each time. What I actually want is to save only the views!...

Re: [Paraview] Paraview Crash

2012-07-10 Thread Utkarsh Ayachit
Can you post the dataset? It would help identify if the issue is with the cutter or with the dataset. Utkarsh On Tue, Jul 10, 2012 at 11:13 AM, Brian Curtis bcurt...@masonlive.gmu.edu wrote: I have an unstructured grid that I used a vtkUnstructuredGridWiter to create a .vtk file to be read

Re: [Paraview] Paraview Crash

2012-07-10 Thread Brian Curtis
Hi Utkarsh, I have the file named Grid.vtk stored at http://aurora.gmu.edu/~bcurtis/files/Grid.vtk I hope this helps ~Brian On Tue, Jul 10, 2012 at 3:52 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Can you post the dataset? It would help identify if the issue is with the cutter or