Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level array selection box for a reader?

2013-04-26 Thread burlen

Josh,

hmm, I was looking on the wiki for an example of a custom panel and I 
learned custom panels are now/soon deprecated! There are some examples 
around, I think the exodus reader has one, the pqSQPlaneSource is 
another, but you probably should focus on the new approach if you want 
it to work in later release of PV. http://paraview.org/Wiki/Properties_Panel


Burlen


On 04/26/2013 10:29 AM, Joshua Murphy wrote:

Hi Burlen,

Ok… how do I go about creating the custom panel? Is there an example 
somewhere that I can look at?


Thanks,
Josh

From: burlen mailto:burlen.lor...@gmail.com>>
Date: Friday, April 26, 2013 11:28 AM
To: Joshua Murphy >
Cc: "paraview@paraview.org " 
mailto:paraview@paraview.org>>
Subject: Re: [Paraview] FW: [Paraview-developers] How do I create a 
multi-level array selection box for a reader?


I don't think the xml is that sophisticated, you're probably going to 
need a custom panel for that.


On 04/26/2013 08:37 AM, Joshua Murphy wrote:
This is a repost from the developer list… I am still looking for 
information on how I might go about creating a data array selection 
box like this:


Hello,

I am working on a spacecraft data source, and I need to create a data 
array selection window similar to that in the image attached:



How do I do this with filter's XML?  I need to have heading for the 
type of space-craft, and then an arbitrary number of selectable 
spacecraft below the heading.


Thanks,
Josh

Joshua J. Murphy
Computer Scientist
Laboratory for Atmospheric and Space Physics
University of Colorado, Boulder



___
Powered bywww.kitware.com

Visit other Kitware open-source projects 
athttp://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki 
at:http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview




___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Delauney 3d

2013-04-26 Thread Moreland, Kenneth
I responded to Alan directly, but I'll repeat the response for the list as well.

The reason why you see white lines is that the alpha parameter causes the 
Delaunay 3D filter to create lines (or triangles) if they fit within the 
circumsphere smaller than alpha and the tetrahedron does not.  These lines are 
rendered without shading, so they show up as stark white streaks in the 
rendering.

The most straightforward solution to get what you want is to filter out any 
cells that are not tetrahedra.  I don't know of a filter designed for that, but 
you can do it with a Programmable Filter with the following script.  (Watch out 
for any newlines that an email program might insert.)

from paraview.vtk import vtkFiltersCore

input = self.GetUnstructuredGridInput()
output = self.GetUnstructuredGridOutput()

typesArray = input.GetCellTypesArray()
typesArray.SetName('__types__')

inputWithTypes = vtk.vtkUnstructuredGrid()
inputWithTypes.ShallowCopy(input)
inputWithTypes.GetCellData().AddArray(typesArray)

threshold = vtk.vtkFiltersCore.vtkThreshold()
threshold.SetInputData(inputWithTypes)
threshold.SetInputArrayToProcess(0,0,0,'vtkDataObject::FIELD_ASSOCIATION_CELLS','__types__')
threshold.ThresholdBetween(9.5, 10.5)
threshold.Update()
thresholdOutput = threshold.GetOutput()

output.ShallowCopy(thresholdOutput)
output.GetCellData().RemoveArray('__types__')

-Ken

From: , Walter Scott mailto:wasc...@sandia.gov>>
Date: Thursday, April 25, 2013 2:00 PM
To: "paraview@paraview.org" 
mailto:paraview@paraview.org>>
Subject: [EXTERNAL] [Paraview] Delauney 3d

I have a csv file of points.  After running it through the table to point 
filter, I am running the delauney 3d filter on it.  The dataset looks like a 
watermelon rind.  Unfortunately, the red part of the watermelon is solid.  
Fortunately, changing the alpha variable fixes this – deleting the red “meat” 
part of the watermelon.

My issue is that we are ending up with lots of white lines all over the outside 
of the solid object.  Think of my water melon rind as the outside green layer 
with the white rind, covered with white spider webs.

Has anyone seen this, and is there a fix or workaround?

Thanks,

Alan



___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] Output of ParallelUnstructuredGridWriter running on multiple nodes

2013-04-26 Thread Hong Yi
Thanks, Andy. In our case, users only want to observe one integrated velocity 
value (one output value from Integrate Variable Filter) for the slice at each 
time step so that they can determine from which time point on this velocity 
value stops changing which indicates to them the simulation has converged. So 
this large amount of output files from the ParallelUnstructuredGridWriter is 
hard to serve this purpose. I am wondering whether there is a way for me to 
export the SpreadSheetRepresentation view (to view Integrate Variable Filter 
output) as a screen capture when I export pipeline in python for coprocessing? 
It looks like the "Export State" GUI for coprocessing only allows to export 
rendered views, not other types of views. If not, I am thinking perhaps I can 
write a customized writer plugin to only export the needed output value for our 
purpose and to make this writer only exports one file for each time step 
regardless of the number of processors it runs on.

Thanks for any more information you can provide!

Hong

From: Andy Bauer [mailto:andy.ba...@kitware.com]
Sent: Thursday, April 25, 2013 7:43 PM
To: Hong Yi
Cc: paraview@paraview.org
Subject: Re: [Paraview] Output of ParallelUnstructuredGridWriter running on 
multiple nodes

Hi,
The parallel XML data set writers all write independently of each other (no MPI 
communication is needed in the writers). Because of this they can't tell 
process 0 when writing it's meta-data file that it doesn't need to write out 
meta data for them.
Andy

On Thu, Apr 25, 2013 at 4:30 PM, Hong Yi 
mailto:hon...@renci.org>> wrote:
I am running a simulation in-situ linked with ParaView CoProcessing library 
with a pipeline that includes "slice->Integrate Variables 
Filter->ParallelUnstructuredGridWriter" so that integrated velocity value for a 
slice at each time point can be written out while running the simulation 
in-situ. The output from this ParallelUnstructureGridWriter for each time step 
includes one pvtu file plus one vtu file from each running node, so that is a 
lot of output files for each time point especially when running on a large 
number of nodes in parallel. However, it looks like only the output vtu file 
from processing node 0 includes valid velocity range value while other output 
vtu files from other nodes include only blank/empty values. So I am wondering 
whether there is a good way to set up only outputting vtu file from processing 
node 0 to prevent output of those large number of files that don't include 
valid/useful values. Any suggestions are very much appreciated.

Thanks,

Hong

___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] File parameter in plugin?

2013-04-26 Thread Cory Quammen
Awesome, thanks Sebastien!

On Fri, Apr 26, 2013 at 4:04 PM, Sebastien Jourdain
 wrote:
> The FileListDomain will do the trick...
>
>   command="SetFileName"
> name="FileName"
> number_of_elements="1"
> panel_visibility="never">
> 
>   
>
>
> On Fri, Apr 26, 2013 at 1:35 PM, Cory Quammen  wrote:
>>
>> I am working on a ParaView plugin that has a file as a parameter. What
>> would be the best property type to use for this? A string property
>> would work, but it would be great if there were a property that
>> brought up a file browser to locate the file. Does one exist?
>>
>> Thanks,
>> Cory
>>
>> --
>> Cory Quammen
>> Research Associate
>> Department of Computer Science
>> The University of North Carolina at Chapel Hill
>> ___
>> 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 ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/mailman/listinfo/paraview
>
>



-- 
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill
___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] File parameter in plugin?

2013-04-26 Thread Sebastien Jourdain
The FileListDomain will do the trick...

 

  


On Fri, Apr 26, 2013 at 1:35 PM, Cory Quammen  wrote:

> I am working on a ParaView plugin that has a file as a parameter. What
> would be the best property type to use for this? A string property
> would work, but it would be great if there were a property that
> brought up a file browser to locate the file. Does one exist?
>
> Thanks,
> Cory
>
> --
> Cory Quammen
> Research Associate
> Department of Computer Science
> The University of North Carolina at Chapel Hill
> ___
> 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 ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


[Paraview] File parameter in plugin?

2013-04-26 Thread Cory Quammen
I am working on a ParaView plugin that has a file as a parameter. What
would be the best property type to use for this? A string property
would work, but it would be great if there were a property that
brought up a file browser to locate the file. Does one exist?

Thanks,
Cory

--
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill
___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level array selection box for a reader?

2013-04-26 Thread burlen

  
  
I don't think the xml is that
  sophisticated, you're probably going to need a custom panel for
  that.
  
  On 04/26/2013 08:37 AM, Joshua Murphy wrote:


  
  This is a repost from the developer list… I am still looking
for information on how I might go about creating a data array
selection box like this:
  



  
Hello,


I am working on a spacecraft data source, and I need to
  create a data array selection window similar to that in
  the image attached:





How do I do this with filter's XML?  I need to have
  heading for the type of space-craft, and then an arbitrary
  number of selectable spacecraft below the heading.


Thanks,
Josh
  

  
  
  
  

  

  
  Joshua J. Murphy
  Computer Scientist
  Laboratory for Atmospheric and Space Physics
  University of Colorado, Boulder
  
  

  
  
  
  
  ___
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 ParaView Wiki at: http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview



  

___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level array selection box for a reader?

2013-04-26 Thread Joshua Murphy
Hi Burlen,

Ok… how do I go about creating the custom panel? Is there an example somewhere 
that I can look at?

Thanks,
Josh

From: burlen mailto:burlen.lor...@gmail.com>>
Date: Friday, April 26, 2013 11:28 AM
To: Joshua Murphy 
mailto:joshua.mur...@lasp.colorado.edu>>
Cc: "paraview@paraview.org" 
mailto:paraview@paraview.org>>
Subject: Re: [Paraview] FW: [Paraview-developers] How do I create a multi-level 
array selection box for a reader?

I don't think the xml is that sophisticated, you're probably going to need a 
custom panel for that.

On 04/26/2013 08:37 AM, Joshua Murphy wrote:
This is a repost from the developer list… I am still looking for information on 
how I might go about creating a data array selection box like this:

Hello,

I am working on a spacecraft data source, and I need to create a data array 
selection window similar to that in the image attached:

[cid:6453E4AC-ACC7-4773-9D30-1D87EDA4D228]

How do I do this with filter's XML?  I need to have heading for the type of 
space-craft, and then an arbitrary number of selectable spacecraft below the 
heading.

Thanks,
Josh

[cid:part2.03010009.05090506@gmail.com]
Joshua J. Murphy
Computer Scientist
Laboratory for Atmospheric and Space Physics
University of Colorado, Boulder




___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

<>___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] ?????? ??????RE: error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hi Zhang.

Just a last info: since my last mail, I have made some tests with old 
binary Tecplot (.plt) files, and I discovered that some files are 
readable, but some files are not readable and give the same error 
message. In fact, it depends on the Tecplot version that has built these 
files. So, if you have problems with old (.plt) files, you may try to 
convert them into a recent version of the (.plt) format using a recent 
Tecplot release before reading them with Paraview.


Have a good week-end.

Richard.

Le 26/04/2013 14:20, zhangqingyu a ??crit :

Hi Richard,
  Thank you again for your patient and useful suggestion! Best wishes 
ever for you !




-- ?? ?? --
*??:* "Richard GRENON";
*:* 2013??4??26??(??) 7:06
*??:* "zhangqingyu"<916462...@qq.com>; 
"paraview@paraview.org";

*:* Re: ??RE: [Paraview] error when open tecplot(.plt) files

Hello.

Glad to see that you have solved your problem. It is true that you 
need the Vislt software for reading Tecplot files, but this software 
is included in the last Paraview release 3.98.1. I am using the last 
binaries found on the Paraview download pages, and I can read Tecplot 
binary or ASCII files without adding software.


On older Paraview releases, the Vislt software was delivered as a 
plugin that was not activated by default. In that case, you had to go 
through the menu "Tools->Manage plugins", then select the "Vislt" 
plugin, click the "Load selected" button, close Paraview, and finally 
reopen Paraview to get the plugin activated. So, check your Paraview 
version, and you may want to update it for the last 3.98.1 release.


But take care: there are two Tecplot readers. If you open a (.tp) 
ASCII Tecplot file, you will have the choice between "Tecplot Files" 
or "Tecplot Files (Vislt)". I don't know exactly what are the 
differences, but if a reader fails, try the other.


But the Tecplot readers are not perfect, and that may explain your 
ERROR message. Sometimes, with Tecplot ASCII files, I have to remove 
from the header some options that the readers do not recognize. Try to 
have the simplest headers without "exotic" options when using ASCII 
files, and the readers will be OK.


If you have again problems with (.plt) files, feel free to provide a 
(short) sample file.


Richard


Le 26/04/2013 12:29, zhangqingyu a ??crit :

dear Richard:
  many thanks for your reply. i am form China, yesterday i came 
across the paraview and it did get my interests, so i want to use 
paraview instead of tecplot.
it does not work when adopt your opinion, the error reminder message 
is that:
ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\Utilities\VisItBridge\databases\AvtAlgorithms\vtkAvtSTMDFileFormatAlgorithm.cxx, 
line 122


vtkVisItTecplotBinaryReader (0A119958): Unable to find any meshes



ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Common\ExecutionModel\vtkExecutive.cxx, 
line 753


vtkPVCompositeDataPipeline (0A0A9440): Algorithm 
vtkVisItTecplotBinaryReader(0A119958) returned failure for request: 
vtkInformation (0A101248)


Debug: Off

Modified Time: 100298

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA_OBJECT

FORWARD_DIRECTION: 0

ALGORITHM_AFTER_FORWARD: 1

  but i got some useful message from the paraview->help,  and i have 
downloaded the software VisIt, and it goes well. the link of VisIt is 
https://wci.llnl.gov/codes/visit/download.html


   at last, thank you again for your help.



--  --
*??:* "Richard GRENON";
*:* 2013??4??26??(??) 5:12
*??:* "paraview@paraview.org"; 
"916462313"<916462...@qq.com>;

*:* RE: [Paraview] error when open tecplot(.plt) files

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu "File->Open" and choose "Tecplot Binary
Files (Vislt) (*.plt)" in the "Files of type" list before selecting your
(.plt) file.

Richard.

> honorable guys: i need to open tecplot(.plt) files , but there is 
an error

> reminder when i try, does it need any tecplot reader?? where can i
> find the
> reader? thanks a lot.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
mailto:richard.gre...@onera.fr
http://www.onera.fr




--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr



--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
Powered by www.kitware.com

Visit other Kitware open

Re: [Paraview] ??????RE: error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hello.

Glad to see that you have solved your problem. It is true that you need 
the Vislt software for reading Tecplot files, but this software is 
included in the last Paraview release 3.98.1. I am using the last 
binaries found on the Paraview download pages, and I can read Tecplot 
binary or ASCII files without adding software.


On older Paraview releases, the Vislt software was delivered as a plugin 
that was not activated by default. In that case, you had to go through 
the menu "Tools->Manage plugins", then select the "Vislt" plugin, click 
the "Load selected" button, close Paraview, and finally reopen Paraview 
to get the plugin activated. So, check your Paraview version, and you 
may want to update it for the last 3.98.1 release.


But take care: there are two Tecplot readers. If you open a (.tp) ASCII 
Tecplot file, you will have the choice between "Tecplot Files" or 
"Tecplot Files (Vislt)". I don't know exactly what are the differences, 
but if a reader fails, try the other.


But the Tecplot readers are not perfect, and that may explain your ERROR 
message. Sometimes, with Tecplot ASCII files, I have to remove from the 
header some options that the readers do not recognize. Try to have the 
simplest headers without "exotic" options when using ASCII files, and 
the readers will be OK.


If you have again problems with (.plt) files, feel free to provide a 
(short) sample file.


Richard


Le 26/04/2013 12:29, zhangqingyu a ??crit :

dear Richard:
  many thanks for your reply. i am form China, yesterday i came 
across the paraview and it did get my interests, so i want to use 
paraview instead of tecplot.
it does not work when adopt your opinion, the error reminder message 
is that:
ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\Utilities\VisItBridge\databases\AvtAlgorithms\vtkAvtSTMDFileFormatAlgorithm.cxx, 
line 122


vtkVisItTecplotBinaryReader (0A119958): Unable to find any meshes



ERROR: In 
C:\DBD\pvs-x32\paraview\src\paraview\VTK\Common\ExecutionModel\vtkExecutive.cxx, 
line 753


vtkPVCompositeDataPipeline (0A0A9440): Algorithm 
vtkVisItTecplotBinaryReader(0A119958) returned failure for request: 
vtkInformation (0A101248)


Debug: Off

Modified Time: 100298

Reference Count: 1

Registered Events: (none)

Request: REQUEST_DATA_OBJECT

FORWARD_DIRECTION: 0

ALGORITHM_AFTER_FORWARD: 1

  but i got some useful message from the paraview->help,  and i have 
downloaded the software VisIt, and it goes well. the link of VisIt is 
https://wci.llnl.gov/codes/visit/download.html


   at last, thank you again for your help.



--  --
*??:* "Richard GRENON";
*:* 2013??4??26??(??) 5:12
*??:* "paraview@paraview.org"; 
"916462313"<916462...@qq.com>;

*:* RE: [Paraview] error when open tecplot(.plt) files

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu "File->Open" and choose "Tecplot Binary
Files (Vislt) (*.plt)" in the "Files of type" list before selecting your
(.plt) file.

Richard.

> honorable guys: i need to open tecplot(.plt) files , but there is an 
error

> reminder when i try, does it need any tecplot reader?? where can i
> find the
> reader? thanks a lot.

--
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:richard.gre...@onera.fr
  http://www.onera.fr




--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview


Re: [Paraview] error when open tecplot(.plt) files

2013-04-26 Thread Richard GRENON

Hello.

Paraview 3.98.1 is able to read Tecplot ASCII or Binary files.

For Tecplot (.plt) files, menu "File->Open" and choose "Tecplot Binary 
Files (Vislt) (*.plt)" in the "Files of type" list before selecting your 
(.plt) file.


Richard.


honorable guys: i need to open tecplot(.plt) files , but there is an error
reminder when i try, does it need any tecplot reader? where can i 
find the

reader? thanks a lot.


--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
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 ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview