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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo