Re: [Paraview] [paraviewweb] trouble with paraviewweb on windows

2011-01-10 Thread Pjotr Svetachov
Hello Sebastien, Paraview rendering works. I get a (very low polygon) sphere when running your python lines. I have looked at the FAQ already. I tried to start PWServer manually and it runs. My working directory is also set up and all the log files appear there and as said before if I upload

[Paraview] Artifact in a reflected view

2011-01-10 Thread Hom Nath Gharti
Dear all: I have 3D data with 20-noded hexahedral elements. When I try a Reflection filter for my data I get the artifact as shown in attached figure. Is it a bug or known issue? Can I remove it somehow? This happens on both LINUX and WINDOWS ParaView version 3.8.1 Many thanks, Hom Nath

Re: [Paraview] ParaView 3.8.1 and HDF5

2011-01-10 Thread Biddiscombe, John A.
Nathalie The HDF5 you are using is our 'modified' one which supports external VFD compilation (such as the H5FDdsm code). paraview works fine with it, but the Xdmf that comes with paraview by default won't compile against it. Our instructions/documentation so far are not very complete but we

Re: [Paraview] Artifact in a reflected view

2011-01-10 Thread Hom Nath Gharti
Doing the transformation was fine! Thanks, Hom Nath On Mon, Jan 10, 2011 at 2:06 PM, Hom Nath Gharti hng.em...@gmail.comwrote: Dear all: I have 3D data with 20-noded hexahedral elements. When I try a Reflection filter for my data I get the artifact as shown in attached figure. Is it a bug

Re: [Paraview] what defines the font type and size of CubeAxis?

2011-01-10 Thread Utkarsh Ayachit
Ricardo, Looks like currently there's no way to change the cube-axes font and other properties. Feel free to add a feature request for that. Seems like a reasonable request. Utkarsh On Fri, Jan 7, 2011 at 2:09 PM, Ricardo Reis rr...@aero.ist.utl.pt wrote:  I mean, of the axis shown by  

[Paraview] slice + stream tracer only on 1/2 of the slice

2011-01-10 Thread Stephen Wornom
I make a z-slice of 3D data. I would like to use stream tracer only on the top 1/2. How do I do this? Thanks if advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

Re: [Paraview] slice + stream tracer only on 1/2 of the slice

2011-01-10 Thread Utkarsh Ayachit
You could clip the data instead of slice and then stream-trace the clipped part. Utkarsh On Mon, Jan 10, 2011 at 9:54 AM, Stephen Wornom stephen.wor...@inria.fr wrote: I make a z-slice of 3D data. I would like to use stream tracer only on the top 1/2. How do I do this? Thanks if advance,

[Paraview] Turn off the clipping plan

2011-01-10 Thread wastrel
Dear all, Is there a python command which can be used to turn off the clipping plan when applying a clip filter? Thanks, Ken ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [Paraview] Turn off the clipping plan

2011-01-10 Thread wastrel
Any help will be appreciated! On Mon, Jan 10, 2011 at 1:54 PM, wast...@gmail.com wrote: Dear all, Is there a python command which can be used to turn off the clipping plan when applying a clip filter? Thanks, Ken ___ Powered by

Re: [Paraview] Turn off the clipping plan

2011-01-10 Thread Utkarsh Ayachit
By turning off clip plane, you mean hiding the widget? There is clean way of hiding the widget from Python. A work around is setting the active source to be something other than the clip filter using SetActiveSource(...) Utkarsh On Mon, Jan 10, 2011 at 6:40 PM, wast...@gmail.com wrote: Any

Re: [Paraview] Turn off the clipping plan

2011-01-10 Thread Utkarsh Ayachit
I meant there is NO clean way ... :). On Mon, Jan 10, 2011 at 10:20 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: By turning off clip plane, you mean hiding the widget? There is clean way of hiding the widget from Python. A work around is setting the active source to be something