[Paraview] Paraview vrpn with Wii

2010-04-21 Thread Christian Wohlschlager
** Reply Requested When Convenient ** Hello ! I've a small application programmed with QT 4.6 and vrpn it kets you steer the screen input , i also use it in the cave where i put a small tracking device on it to improve the movement. anyway its not a big thing. if anybody wants to have it

Re: [Paraview] Problem reading large data set (ensight format)

2010-04-21 Thread Paul Edwards
Hi Luca, I don't think you compiled with debug information as you are not getting the file and line information (did you set the build type to debug?). This way you could post details of the line in CreateUnstructuredGridOutput. You could also go to that frame and list the local variables, e.g.

[Paraview] Cut by a 3D Surface

2010-04-21 Thread Aurélien Marsan
Good morning, I'm using Paraview in order to visualize the flow in a turbomachinery row. I work with several mesh, and I want to compare the results they provide between each other. To do this, I extract a 3D surface of the first mesh, k=0 for example, and I would like to interpolate the data of

Re: [Paraview] please help do constuct 3d surface chart from csv file

2010-04-21 Thread Chris Botha
Utkarsh I am a new user to Paraview - and therefore do not know what to do when you say to apply the transform filter. I therefore searched the web for more information on how to apply the transform filter in Paraview. The best I could find was here :

Re: [Paraview] Change the font in the Line Chart/XY plot

2010-04-21 Thread Paul Edwards
I don't think this is currently possible. Could someone give me any hints as to where to look for fixing this? Thanks in advance, Paul On 19 April 2010 09:03, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, Is there a way to change the font for the legend text?  In the chart options it

[Paraview] Mojibake instead of file names.

2010-04-21 Thread Антон Сухинов
Hello. I am new to Linux, but I need to do some scientific visualisation. I Installed Ubuntu 9.10 - Karmic Koala. Then I used Synaptic package manager to install Paraview 3.4.0-4ubuntu4. When I press file-open in the main menu, I getting this window:

Re: [Paraview] Problem to compile Paraview

2010-04-21 Thread Stéphane Le Borgne
You can set additional linker flags using CMAKE_EXE_LINKER_FLAGS, CMAKE_SHARED_LINKER_FLAGS and/or CMAKE_MODULE_LINKER_FLAGS 2010/4/20 Stéphane Le Borgne stephane.lebor...@univ-pau.fr: Hi all, I try to compile Paraview but now i have this problem : [ 44%] Built target vtkChartsPython Linking

[Paraview] Paraview immediately closes when pressing Ctrl+Z

2010-04-21 Thread Антон Сухинов
Hello. I am new to Linux, but I need to do some scientific visualisation. I Installed Ubuntu 9.10 - Karmic Koala. Then I used Synaptic package manager to install Paraview 3.4.0-4ubuntu4. Then I downloaded example files from here:

[Paraview] Error in Python shell

2010-04-21 Thread Антон Сухинов
Hello. I am new to Linux, but I need to do some scientific visualisation. I Installed Ubuntu 9.10 - Karmic Koala (64-bit). Then I used Synaptic package manager to install Paraview 3.4.0-4ubuntu4. I started Paraview. The I press Tools-Python shell. I see strange error there:

Re: [Paraview] please help do constuct 3d surface chart from csv file

2010-04-21 Thread Eric E. Monson
Hey Chris, Yes, you are on the right track with that mailing list entry. If you want to actually transform the values of the points, just go to Filters-Transform and then enter a factor between 0 and 1 in the appropriate Scale box (e.g. 0.2 in the third Scale column will multiply the Z values

Re: [Paraview] Use existing texture map for 3D surface

2010-04-21 Thread Eric E. Monson
Hey Olumide, Well, you may be getting out of my shallow understanding of texturing polygons... Is it only the vertices at the interfaces between those surfaces that have multiple texture coordinates? Am I understanding correctly from the image that you have a single texture that gets mapped to

Re: [Paraview] Fullscreen Screenshot/Animation

2010-04-21 Thread Utkarsh Ayachit
You can already specify the resolution explicitly when saving screenshots as well as exporting animation movies. Doesn't simply specifying the same resolution as your monitor do the same thing? Utkarsh On Tue, Apr 20, 2010 at 8:46 PM, Scott, W Alan wasc...@sandia.gov wrote: This is bug number

Re: [Paraview] Fullscreen Screenshot/Animation

2010-04-21 Thread Kevin H. Hobbs
On 04/21/2010 09:27 AM, Utkarsh Ayachit wrote: You can already specify the resolution explicitly when saving screenshots as well as exporting animation movies. Doesn't simply specifying the same resolution as your monitor do the same thing? Utkarsh If you aren't in full screen mode won't

[Paraview] Resample with Dataset (vtkValidPointMask)

2010-04-21 Thread Luca . Clementi
Dear all, I have two CVS files with ~50 3d point with a scalar value. I load them in paraview then I use Table To points to have a polygonal mesh. I then use the resample with dataset so that in the next step I can do a with the a programmable filter. The problem I have is that looking at

Re: [Paraview] Resample with Dataset (vtkValidPointMask)

2010-04-21 Thread David E DeMarle
The probe filter assigns the invalid flag when a sample location isn't located within any cell in the field (as happens in parallel cases when a processor is sampling outside of its local domain). What data type are you sampling within exactly? If the cells are 2D or less, it is pretty easy to

Re: [Paraview] Use existing texture map for 3D surface

2010-04-21 Thread Olumide
HI Eric, What you see in the image http://tinyurl.com/y3sqtbt are the faces of the model in UV space. The image is therefore an explicit specification of texture coordinates on a per-face basis. That is to say, the representation allows texture coordinates to independently specified for each

Re: [Paraview] Change the font in the Line Chart/XY plot

2010-04-21 Thread pat marion
Hey Paul, If it's something you want to attempt yourself, you can grep for ChartTitleFont in rendering.xml to see how the title font property works. Then open vtkSMXYChartViewProxy.cxx and look at the implementation of SetTitleFont. This is where the proxy calls the VTK chart api to set the

Re: [Paraview] Fullscreen Screenshot/Animation

2010-04-21 Thread Utkarsh Ayachit
Good point. We should definitely fix those tiling issues soon in any case. Utkarsh On Wed, Apr 21, 2010 at 9:46 AM, Kevin H. Hobbs hob...@ohiou.edu wrote: On 04/21/2010 09:27 AM, Utkarsh Ayachit wrote: You can already specify the resolution explicitly when saving screenshots as well as

Re: [Paraview] Paraview immediately closes when pressing Ctrl+Z

2010-04-21 Thread Utkarsh Ayachit
Are you sure that the paraview window has the focus and not the terminal from which you launched paraview? Utkarsh On Wed, Apr 21, 2010 at 8:50 AM, Антон Сухинов soukhi...@gmail.com wrote: Hello. I am new to Linux, but I need to do some scientific visualisation. I Installed Ubuntu 9.10 -

Re: [Paraview] Resample with Dataset (vtkValidPointMask)

2010-04-21 Thread Luca . Clementi
Dear David, I have two data sets with 3d points and a scalar value coming from two CSV files and then I filter them through Table to Points, and then I apply the resample data set filter. So basically the two inputs are Poligonal Mesh, see the attached pic. Sincerely, Luca

Re: [Paraview] Cut by a 3D Surface

2010-04-21 Thread Utkarsh Ayachit
To do this, I extract a 3D surface of the first mesh, k=0 for example, and I would like to interpolate the data of the second mesh onto this 3D surface. Is it possible with Paraview ? Yes, you can use the Resample With Dataset filter. This filter has two inputs: Input -- the dataset that you

[Paraview] Problems with 'change_coords_only' in Ensight Gold dataset

2010-04-21 Thread Manuel González
I use Paraview to display datasets with changing geometry over time, but constant connectivity. The datasets are generated in Ensight Gold format by my own code. I would like to reduce the dataset size by using the 'change_coords_only' option in the Ensight Gold case file, so I can define the

[Paraview] Define a constant value by block

2010-04-21 Thread Aurélien Marsan
Hello everybody, Second question of this day. I'm using Paraview in order to analyse the flow in a compressor stage. So I'm using MultiBlockDataSet, composed of several StructuredGrid. Some turn, other don't. In order to calculate some variables, as the absolute mach number for example, I

Re: [Paraview] Problems with 'change_coords_only' in Ensight Gold dataset

2010-04-21 Thread Zhanping Liu
Manuel: Currently the VTK EnSight reader does not support this functionality. BTW: I do not know if you are reducing the size of the dataset for the initial parallel problem. If it is true and if that problem occurs upon loading the first time step, you may simply change the number of

Re: [Paraview] Use case Paraview-Selection

2010-04-21 Thread Utkarsh Ayachit
Christian, Attached is simple python script (that you can encapsulate as a macro) to which you can add code to processes the extract points however you like. I am simply writing them out to a file. To use this script, do the following (to keep it simple I am using the Sphere source as an

Re: [Paraview] Define a constant value by block

2010-04-21 Thread Utkarsh Ayachit
Couple of options: * store the value in an array in the FieldData for the StructuredGrid for each block. Then your filter can get the rotational speed from the field data. * store the value in the MetaData associated with each block in the MultiBlockDataSet. The issue with meta-data is that it's

Re: [Paraview] Paraview immediately closes when pressing Ctrl+Z

2010-04-21 Thread Scott, W Alan
Also, if you are running ParaView 3.4.0, try a newer version - such as the release candidates on the paraview website. Alan -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: Wednesday, April 21, 2010 9:59 AM

Re: [Paraview] Problem compiling StreamingParaView 3.8.0-rc1

2010-04-21 Thread David E DeMarle
Thanks. I'll fix in head and have it applied to 3.8 branch. (grumbles about stupid case insensitive default on Mac file system.) David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Tue, Apr 20, 2010 at 5:45 PM, Orion Poplawski

Re: [Paraview] Paraview immediately closes when pressing Ctrl+Z

2010-04-21 Thread Utkarsh Ayachit
I was able to reproduce this issue. I am tracking it down. Utkarsh 2010/4/21 Scott, W Alan wasc...@sandia.gov: Also, if you are running ParaView 3.4.0, try a newer version - such as the release candidates on the paraview website. Alan -Original Message- From:

Re: [Paraview] Paraview immediately closes when pressing Ctrl+Z

2010-04-21 Thread Utkarsh Ayachit
This issue has been fixed in git. Commit details as under. BTW, undo can only be used to undo accepted changes, in your case since you hadn't applyed the rotation to the box, you can simply use Reset. -- commit b401319a9a927fcc4294a56513ee697985c959e8 Author: Utkarsh

Re: [Paraview] Define a constant value by block

2010-04-21 Thread Utkarsh Ayachit
But could you coufirm at me, I'm not sure to understand well : the first option that you suggest consists in storing the value on each node or cell of each block, doesn't it ? No. Every vtkStructuredGrid has 3 types of attributes: * PointData -- for each point * CellData -- for each cell *

Re: [Paraview] Paraview vrpn with Wii

2010-04-21 Thread Moreland, Kenneth
I'm sorry. I'm confused about what you are announcing. Are you saying that you have a version of ParaView using the Wii controller for navigation? That you have an application build on ParaView libraries using the Wii controller? That you have some application that could be used as an

Re: [Paraview] Use case Paraview-Selection

2010-04-21 Thread Utkarsh Ayachit
Glad it works. What do you mean by a pick selects all cells with same ID ? Is ID a cell array? If so, you can already do so using the Edit | Find Data dialog [ http://www.paraview.org/Wiki/Find_Data_using_Queries ] Utkarsh On Wed, Apr 21, 2010 at 5:10 PM, Christian Werner

Re: [Paraview] Python scripts with PyQt4

2010-04-21 Thread pat marion
PyQt can be made to work with paraview. Make sure paraview and pyqt use the same version of qt. It works for me using qt 4.6.2 compiled from source, and system pyqt (apt-get install python-qt4.) Don't create a QApplication or call exec_(), paraview already has an application event loop running.

Re: [Paraview] [ParaView]A bug in volume rendering

2010-04-21 Thread liuning
Hi Ayachit , Sorry for the deferred reply. When the Remote Render Threshold is set to 0, the wavelet source is still not composited correctly. -Ning On Fri, Apr 16, 2010 at 2:49 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ning, Go to the Edit |Settings dialog. On the Server page