[Paraview] About ParaView 4.0

2012-11-04 Thread
Dear all, Is there any plan for ParaView 4.0? When will it be available? Regards, David ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and che

[Paraview] How to load multi-step Tecplot Binary File with ParaView

2012-10-03 Thread
Hi, We are trying to load multi-step Tecplot Binary File with ParaView, but ParaView could not work like loading Plot3D data files. How to load multi-step Tecplot Binary File with ParaView? Thank you for any advice. Regards Enya ___ Powered by www.kit

[Paraview] Can we enable stereo viewing in ParaView in Client/Server mode?

2012-02-15 Thread
Hi All, Can we enable stereo viewing in ParaView in Client/Server mode? Thanks! ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the P

[Paraview] Fail to get the mapper of a volume actor!

2011-10-01 Thread
Hi All, I used the codes following to get the mapper of a volume actor, but I get NULL while *volume *is not NULL. * vtkAbstractMapper3D *mapper = NULL; if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL ) mapper = volume->GetMapper(); * Why? Thanks for any advice! Best wishes

[Paraview] Fail to get the mapper of a volume actor

2011-09-30 Thread
Hi All, I used the codes following to get the mapper of a volume actor, but I get NULL while *volume *is not NULL. * vtkAbstractMapper3D *mapper = NULL; if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL ) mapper = volume->GetMapper(); * Why? Thanks for any advice! Best wishes

[Paraview] Fail to add mapper to paraview3.10

2011-09-28 Thread
Hi All, I tried to add Representation in Example\Plugins to ParaView 3.10, but failed. But it works in ParaView 3.8. I found that there is no PolyDataMapper in the Servers\ServerManager\Resources\views_and_representations.xml or rendering.xml in ParaView 3.10, that is different with ParaView 3.8

Re: [Paraview] Tecplot 10 ASCII reading

2011-09-07 Thread
Hi, I am using ParaView to read Tecplot data too. And I found that the VisIt reader cannot read there binary data fully. Such as it cannot read poly data. For Tecplot ASCII data, ParaView has its own reader to read. But it also has some problems. Maybe you can get into the codes to find which par

Re: [Paraview] Fail to get the input of a mapper

2011-09-07 Thread
interactor style of > doing what you're trying to do. > > Utkarsh > > > > On Tue, Sep 6, 2011 at 12:04 PM, 沈恩亚 wrote: > > I added this code in an interactor style class (such as > > vtkInteractorStyleUser). > > I try to get the "whole" data

[Paraview] Fail to get the input of a mapper

2011-09-03 Thread
Dear all, I am trying to get the input of a mapper briefly as follows: *vtkMapper* mapper = actor->GetMapper(); vtkDataSet* input = mapper->GetInput(); int numPoints = input->GetNumberOfPoints();* but faild. I found that the numPoints is A (such as 400) when the representation of a

[Paraview] Fail to get the input of a mapper

2011-09-02 Thread
Dear all, I am trying to get the input of a mapper briefly as follows: *vtkMapper* mapper = actor->GetMapper(); vtkDataSet* input = mapper->GetInput(); int numPoints = input->GetNumberOfPoints();* but faild. I found that the numPoints is A (such as 400) when the representation of a

[Paraview] Fwd: Customizing ParaView

2010-05-06 Thread
Hello, I tried to translate ParaView into Chinese. When dealing with xml in paraview, I found it is so hard to translate some parts, like property in Object Inspector in ParaView, into Chinese. I have tried to change the encoding xml has used, like replace Utf-8 with Unicode,but the result is a