Re: [Paraview] Mesh Visualization

2009-09-25 Thread Kevin H. Hobbs
On Thu, 2009-09-24 at 08:54 -0300, Vitor Braga wrote: > go to the display panel where it shows "Color > By...", then I select "Solid", but instead of showing "Set Solid > Color..." it shows "Set Ambient Color...", and I cant visualize any > mesh. Are you using Paraview from CVS, or the lates

Re: [Paraview] Cue does not have domain or property set!

2009-09-25 Thread Utkarsh Ayachit
Your FieldDataDomain has the same name as the ArrayListDomain, and hence the error. Also, the attribute_type and input_domain_name attributes are not used on FieldDataDomain (look at Servers/ServerManager/Resources/filter.xml for examples). Also I am not sure you are using the "input_domain_name" a

[Paraview] Loading CTH Data

2009-09-25 Thread Rick Angelini
A couple of CTH-related questions/problems: #1 I have some spcth files from CTH Version 8.x that I'm trying to read into Paraview 3.6.1. The data has 5 Material Volume Fractions, but when I use the extractCTHParts filter, it only picks up the first 2 volume fraction variables (I have all

Re: [Paraview] Cue does not have domain or property set!

2009-09-25 Thread Utkarsh Ayachit
Are you trying to create an animation for a property without any domain? Utkarsh On Fri, Sep 25, 2009 at 12:43 PM, Fred Fred wrote: > What is exactly the source of this problem? >   vtkSMRampKeyFrameProxy (0x1fd761e0): Cue does not have domain or property > set! > Which item is lacking in my .xm

[Paraview] Cue does not have domain or property set!

2009-09-25 Thread Fred Fred
What is exactly the source of this problem? vtkSMRampKeyFrameProxy (0x1fd761e0): Cue does not have domain or property set! Which item is lacking in my .xml? _ Inédit ! Des Emoticônes Déjan

Re: [Paraview] messy legend

2009-09-25 Thread Berk Geveci
To verify whether your graphics driver/card is causing this issue, you can compile Mesa (from mesa3d.org) yourself without any hardware support and use it as your OpenGL. If you are still having this problem, it is not your card. -berk 2009/9/25 linzhenhua : > Hi,All > > I was bothering by this p

Re: [Paraview] Parallel Reading and Extent Translator

2009-09-25 Thread David E DeMarle
Hi Jean, I did read the question, but I was hoping someone else would have some time to look into it. It definitely is a bug that needs to be fixed. I have not yet tried to reproduce it and start looking into it. My hunch is that the extent translator is being overridden or is not being propagated

[Paraview] messy legend

2009-09-25 Thread linzhenhua
Hi,All I was bothering by this problem for several days. The legend is very bad. I tried two or three Fedora versions, 10,11,rawhide. For Fedora 11,I have other problem,namely paraview freeze the computer,so I don't notice whether this version also have this problem. For all version I tried, I

Re: [Paraview] ArrayRangeDomain with fixed array name

2009-09-25 Thread Utkarsh Ayachit
You can try specifying the array name as a default value for the string-verctor-property and then use: to hide the property from the user. Utkarsh On Fri, Sep 25, 2009 at 9:10 AM, Fred Fred wrote: > Hello, > I have understood that it is possible to bound the domain of an input > va

[Paraview] ArrayRangeDomain with fixed array name

2009-09-25 Thread Fred Fred
Hello, I have understood that it is possible to bound the domain of an input variable by the range of a scalar array. But the PV doc said that it is mandatory to connect the ArrayRangeDomain section with a StringVectorProperty, which allows to select the scalars. Is it possible to bound a variab

Re: [Paraview] Mesh Visualization

2009-09-25 Thread Berk Geveci
If you run ParaView from the command line, are you seeing any errors? On Fri, Sep 25, 2009 at 6:53 AM, wrote: > > Yes, I cant see anything at all. > > > Thank you for your help. > > > > > > > > This message was sent using IMP, the

Re: [Paraview] Mesh Visualization

2009-09-25 Thread Utkarsh Ayachit
Look at the information tab. Is there any valid cells/points read? What are the data bounds? What is the type? On Fri, Sep 25, 2009 at 6:57 AM, wrote: > Dear mr. Ayachit, > > Ive changed to "Surface", then I could "Set by Solid Color...", still I cant > see any of my data. Ive tried changing th

Re: [Paraview] Different Coordinate systems!

2009-09-25 Thread Jérôme
Hi, Concerning coordinate systems, the visualization pipeline is what is of interest for you. You won't find useful stuff in ParaView sources (well, except for some helper classes or wrap-around VTK) but instead you should take a look at VTK sources. There, you will find a vtkCamera class and vtkT