[Paraview] Problem building the doc on MacOS X

2008-11-16 Thread Fred Fred
Hello, I toggled to ON the Build Doc item in the ccmake configuration but the doc has not been built and if I clic a question mark in the properties section, I get a message 'The page could not be found - file:///usr/local/ParaView-3.4.0/bin/Documentation/SurfaceVectors.html'. I have Doxygen i

[Paraview] How to slice a 3D vector field?

2008-11-16 Thread Fred Fred
Hello, I would like to slice a 3D dataset with vector data attached to points but I would like to keep only the tangential part of the vectors, so as to compute streamlines lying on the plane then. If I use the slice tool, I can extract a place but with 3D vectors, which means that if I compute

Re: [Paraview] How to slice a 3D vector field?

2008-11-16 Thread Fred Fred
Ok so I think I have succeeded with the following pipeline: bluntfin.vts -> Slice -> SurfaceVectors -> Glyph which shows vectors colinear to the plane. Now I have a problem with placing the seed points since my place has an arbitrary orientation so it is not easy to determine the line extrema c

Re: [Paraview] Problem building the doc on MacOS X

2008-11-18 Thread Fred Fred
ank you very much for your help! > -berk > > On Mon, Nov 17, 2008 at 11:25 AM, Scott, W Alan <[EMAIL PROTECTED]> wrote: > > Fred, > > After you do a "make", try typing "make HTML_Documentation". > > > > Alan Scott > > _

[Paraview] How to read or convert Autocad plotter .plt files?

2008-11-27 Thread Fred Fred
Did anybody have a solution to this problem? _ Email envoyé avec Windows Live Hotmail. Dites adieux aux spam et virus, passez à Hotmail ! C'est gratuit ! http://www.windowslive.fr/hotmail/default.asp

[Paraview] How is it possible?

2008-11-27 Thread Fred Fred
I have a 2D vector field, I draw some streamlines in it and...the streamlines are not in the place but rather parallel to it but at some distance. The file is very small so if someone need to see it, let me know. _ Téléphonez gratu

Re: [Paraview] How is it possible?

2008-12-01 Thread Fred Fred
Hello, since it seems that nobody believes me or think I am just unable to make basic visualizations, look at the snapshot attached to this email please. Regards. From: [EMAIL PROTECTED] To: paraview@paraview.org Date: Thu, 27 Nov 2008 22:28:38 +0100 Subject: [Paraview] How is it possible?

[Paraview] TechPlot files

2008-12-04 Thread Fred Fred
Is there any way to visualize tecplot files in Paraview? _ Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger ! http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx

[Paraview] Data size in memory

2008-12-16 Thread Fred Fred
Hello, I have a large (?) ensight dataset, which totol size on disk is 1.7Gb (1Gb .dat + 0.7Gb .cas) and I am unable to load it with Paraview 3.4 on a 3.5Gb laptop, so how much memory is required for loading such a dataset? Best regards. _

Re: [Paraview] FLUENT READER

2009-01-10 Thread Fred Fred
Hello, I am facing the same issue, I do not manage to read a Fluent dataset with Paraview. According to Berk Geveci, the Fluent reader is not as good as it could be, so I was trying to find out a Fluent licence in order to convert the file in an alternative format, for instance Ensight. As I wa

Re: [Paraview] FLUENT READER

2009-01-10 Thread Fred Fred
Hello, I am facing the same issue, I do not manage to read a Fluent dataset with Paraview. According to Berk Geveci, the Fluent reader is not as good as it could be, so I was trying to find out a Fluent licence in order to convert the file in an alternative format, for instance Ensight. As I wa

[Paraview] Error while saving data

2009-03-04 Thread Fred Fred
Hello, I have a multiblock dataset, which I have sliced and put a SurfaceVectors so as to have a 2D vector field. I have checked that everything is fine by putting a StreamTracer and a Glyph generator but now I would like to save this 2D dataset. What I have done is to select the SurfaceVectors

[Paraview] Paraview crash

2009-06-11 Thread Fred Fred
Hello, I suppose this bug is well known but who knows? I have an Ensight dataset, which I slice and then I want to save the resulting subdataset in VTK file format. I get 2 error messages like this: ERROR: In /usr/local/ParaView-3.4.0/Servers/Filters/vtkCompleteArrays.cxx, line 138 vtkCompleteAr

[Paraview] Feature detection in vector fileds?

2009-06-29 Thread Fred Fred
Hello, is there any vtk- or paraview-compliant tool/source code that deals with feature detection and/or topology visualization in vector fields? Thanks in advance for your help. _ Découvrez toutes les possibilités de communication

[Paraview] Plugin XLM files

2009-07-02 Thread Fred Fred
Hello, I have written a filter inherited from vtkStreamTracer and I wonder if I could find the xml files for the vtkStreamTracer plugin, so as to just have to modify some lines rather than writing the files from scratch. Any help? ___

[Paraview] XML values bounds

2009-07-03 Thread Fred Fred
Hello, I have a distance that can be set either as an absolute value or relative to the dataset extents. How may I specify a control on the valid values either in the range [0, min extent] or in the range [0, 1], depending on which unit has been chosen?

[Paraview] Crash while loading a plugin

2009-07-03 Thread Fred Fred
First plugin try, first crash, any idea? ERROR: In /usr/local/ParaView-3.4.0/Servers/Common/vtkProcessModule.cxx, line 1079 vtkProcessModule (0x684b300): Cannot create object of type "vtkMyClass". while processing Message 0 = New Argument 0 = string_value {vtkMyClass} Argument 1 = id_value {

Re: [Paraview] Crash while loading a plugin

2009-07-10 Thread Fred Fred
was listed after the > SERVER_MANAGER_SOURCES keyword in the ADD_PARAVIEW_PLUGIN macro? > > i.e. > ADD_PARAVIEW_PLUGIN(MyPlugin "1.0" >... > SERVER_MANAGER_SOURCES vtkMyClass.cxx >...) > > > Utkarsh > > > > On Fri, Jul 3, 2009

Re: [Paraview] Crash while loading a plugin

2009-07-10 Thread Fred Fred
rg > > Are you connecting to pvserver by any change? If so, did you load the > plugin on the server side as well? > > Utkarsh > > On Fri, Jul 10, 2009 at 10:55 AM, Fred Fred wrote: > > I checked it and YES...unfortunately. > > > >> Date: Thu, 9 Jul 2009 09:12:

Re: [Paraview] Crash while loading a plugin

2009-07-10 Thread Fred Fred
VIEW_USE_FILE}) > > ADD_PARAVIEW_PLUGIN(MyClass "1.0" > SERVER_MANAGER_SOURCES vtkMyClass.cxx > SERVER_MANAGER_XML MyClass.xml) > #=== > > > Utkarsh > > > > On Fri, Jul 10, 2009 at 11:06 AM, Fred Fred wrote: > > Ok,

[Paraview] RungeKutta4 implementation issue

2009-08-16 Thread Fred Fred
How is it possible??? double *bds = reader->GetOutput()->GetBounds(); printf("%lf %lf %lf %lf\n", bds[0], bds[1], bds[2], bds[3]); -> 0.00 69.00 0.00 69.00 printf("point1[0]=%f point1[1]=%f point1[2]=%f\n", point1[0], point1[1], point1[2]); -> point1[0]=58.196274 point1[1

Re: [Paraview] RungeKutta4 implementation issue

2009-08-18 Thread Fred Fred
Hello, My main concern is why does the integrator return 0 instead of OUT_OF_DOMAIN? Regards Date: Mon, 17 Aug 2009 10:45:31 -0400 Subject: Re: [Paraview] RungeKutta4 implementation issue From: zhanping@kitware.com To: biddi...@cscs.ch CC: stan1...@hotmail.fr; paraview@paraview.org Hi Fred

Re: [Paraview] RungeKutta4 implementation issue

2009-08-21 Thread Fred Fred
7 Aug 2009 10:45:31 -0400 Subject: Re: [Paraview] RungeKutta4 implementation issue From: zhanping@kitware.com To: biddi...@cscs.ch CC: stan1...@hotmail.fr; paraview@paraview.org Hi Fred: As JB suggested, please try using RK45, which employs an adaptive step size that is insens

[Paraview] How to extract a subdataset?

2009-09-03 Thread Fred Fred
I mean without having the subset be more memory consumming than its including part! I have an unstructured data set with 9 scalar data fields, which occupies 573 MB, I clip it with a very small box (less than 1% of the whole domain) and the resulting subset occupies 1,920 MB!! Nice! So: 1) ho

Re: [Paraview] How to extract a subdataset?

2009-09-03 Thread Fred Fred
Fred > From: bart.janss...@rma.ac.be > To: paraview@paraview.org > Date: Thu, 3 Sep 2009 14:13:15 +0200 > Subject: Re: [Paraview] How to extract a subdataset? > > On Thursday 03 September 2009 12:45:17 pm Fred Fred wrote: > > how to clip an unstructured dataset wit

Re: [Paraview] How to extract a subdataset?

2009-09-06 Thread Fred Fred
was a good suggestion. If you are just interested in extracting a group of cells, this filter should be more efficient and consume less memory. -Ken On 9/3/09 5:54 AM, "Paul Edwards" wrote: I think this is the result of BuildLinks being called. Regards, Paul 2009/9/3

[Paraview] New crash

2009-09-07 Thread Fred Fred
Among the many memory crashes, this one, which seems to have another origin: paraview(1276,0xa0405720) malloc: *** error for object 0x4dda8400: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug Segmentation f

[Paraview] Strange parser

2009-09-09 Thread Fred Fred
I have written a new class, which I have compiled in a vtkLocal library, linked and tested with VTK without any problem. Now I just change the CMakeLists.txt so as to compile for ParaView and several strange parsing error arise, such as: double a, b; raises an error, while: double a; doubl

Re: [Paraview] Strange parser

2009-09-14 Thread Fred Fred
Hello, I did not receive any answer to this problem and I still have to fight against it, particularly with the use of STL objects. I suspect there is a solution to use the STL and make it parsed succesfully. Please help! From: stan1...@hotmail.fr To: paraview@paraview.org Date: Wed, 9 Sep 2009

[Paraview] Fast-LIC implementation - where are we?

2009-09-14 Thread Fred Fred
Let me come back to this topic, I wonder if there is something news on it or implementing LIC on ParaView is still a "challenge"? [Paraview] FastLIC implementation Simone Crippa crippa at kth.se Tue Oct 3 10:15:35 EDT 2006 Previous message: [Paraview] Problem to build P

Re: [Paraview] Fast-LIC implementation - where are we?

2009-09-14 Thread Fred Fred
Hmmm, I am not sure that you really know what LIC is... From: agaglia...@ara.co.uk To: stan1...@hotmail.fr; paraview@paraview.org Subject: RE: [Paraview] Fast-LIC implementation - where are we? Date: Mon, 14 Sep 2009 16:04:12 +0100 Isn't LIC available through VTKEdge? ===

[Paraview] Interpolating a slice by a regular grid and creating a resulting vtkImageData set

2009-09-14 Thread Fred Fred
Hello, I have a 3D vector field, which I slice and then apply SurfaceVectors. I would like to generate an ImageData set (regular grid with vectors as point data). But I do not find the right tools: - I can reinterpolate the slice by a plane, but it yields a PolyDataSet, which is not a vtkImage

Re: [Paraview] Fast-LIC implementation - where are we? (Fred Fred)

2009-09-15 Thread Fred Fred
data set. Best regards Date: Tue, 15 Sep 2009 09:38:16 +0200 From: tfroe...@gmx.de To: paraview@paraview.org Subject: Re: [Paraview] Fast-LIC implementation - where are we? (Fred Fred) Dipl.-Ing. Tobias Fröbel / CFD Lehrstuhl für Flugantriebe / Fakultät Maschinenwesen TECHNISCHE

Re: [Paraview] Fast-LIC implementation - where are we? (Fred Fred)

2009-09-15 Thread Fred Fred
st-LIC implementation - where are we? (Fred Fred) > From: utkarsh.ayac...@kitware.com > To: stan1...@hotmail.fr > CC: tfroe...@gmx.de; paraview@paraview.org > > That's where VTKEdge has the 'edge' :). VTKEdge includes surface-LIC > support so you can show LIC textures on a

[Paraview] PV and the STL: memory allocation issue

2009-09-16 Thread Fred Fred
I use the STL through vtkstd: vtkstd::vector > > grid; [...] this->grid.clear(); this->grid = vtkstd::vector > >(this->grid_xsize*this->grid_ysize); It works well on VTK but on PV I can this error at run time: terminate called after throwing an instance of 'std::bad_alloc' what():

Re: [Paraview] PV and the STL: memory allocation issue

2009-09-17 Thread Fred Fred
somewhat. Did you try a 64 bit ParaView? > > On Wed, Sep 16, 2009 at 11:16 AM, Fred Fred wrote: > > I use the STL through vtkstd: > > > > vtkstd::vector > > grid; > > [...] > > this->grid.clear(); > > this->grid = vtkstd::vector > >

Re: [Paraview] PV and the STL: memory allocation issue

2009-09-17 Thread Fred Fred
failing? Regards, Paul 2009/9/17 Fred Fred Hmmm, doubtful since in my test this->grid_xsize == this->grid_ysize == 10 !! > Date: Thu, 17 Sep 2009 08:11:43 -0400 > Subject: Re: [Paraview] PV and the STL: memory allocation issue > From: berk.gev...@kitware.com > To: stan1.

Re: [Paraview] PV and the STL: memory allocation issue

2009-09-18 Thread Fred Fred
you post the code I will look. Regards,Paul 2009/9/17 Fred Fred Yes this is exactly the line of code that fails, I put printf();getchar(); items before and after (sorry I do not use a debugger). Ok I may send the code but I doubt it could help because, this line is clear and I checked the arg

Re: [Paraview] PV and the STL: memory allocation issue

2009-09-18 Thread Fred Fred
PV and the STL: memory allocation issue > > Fred > > (sorry I do not use a debugger). > > I do not believe that you are making good use of helpful volunteer's > time by asking such questions if you are not even using a debugger. If > your code is crashing, then you are

[Paraview] Writing then reading ascii file: warning

2009-09-23 Thread Fred Fred
I suspect that this problem has already been posted but did not find it in the archives. So my problem is as simple as 123: I save a polydata set and try to load it again, and I obtain this results. Generic Warning: In /usr/local/ParaView-3.6.1/VTK/IO/vtkDataReader.cxx, line 1382 Error rea

Re: [Paraview] Writing then reading ascii file: warning

2009-09-23 Thread Fred Fred
omma] (such > as the french fashion ;) ). Then the reader may be not able to read > it. > 2- if some point data are 'NaN', or 'inf', then the reader cannot > assign a correct scalar. > > You can check these points by reading the ascii file with a simple text

[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

[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] Stream Tracer, Save Layout

2009-10-13 Thread Fred Fred
If you really have a simple cube, ie just 8 points conected together, it is possible that stream tracing be impossible because data are too sparse and the streamline are not long enough to be considered as valid. I would suggest trying with a little bit more complex dataset. From: glada...@hot

[Paraview] Is it possible to add a new proxy group?

2009-10-22 Thread Fred Fred
for instance to group all classes developped by myself in a single group? _ Nouveau! Découvrez le Windows phone Samsung Omnia II disponible chez SFR. http://clk.atdmt.com/FRM/go/175819072/d

Re: [Paraview] Is it possible to add a new proxy group?

2009-10-22 Thread Fred Fred
ings may not work 100% since ParaView uses certain > groups to do certain things. > > 2009/10/22 Fred Fred : > > for instance to group all classes developped by myself in a single group? > > > > > > > > Nouveau! Découvrez le Win

Re: [Paraview] Is it possible to add a new proxy group?

2009-10-23 Thread Fred Fred
gt; To: stan1...@hotmail.fr > CC: paraview@paraview.org > > What are you trying to do? These classes will be brought into ParaView > under a plugin? If yes, what sort of plugin (simple vs. custom GUI)? > > -berk > > On Thu, Oct 22, 2009 at 11:20 AM, Fred Fred wrote: >

Re: [Paraview] Is it possible to add a new proxy group?

2009-10-23 Thread Fred Fred
://paraview.org/Wiki/Plugin_HowTo#Adding_Categories_to_the_Filters_Menu It seems to deal with your problem! Best regards, Jerome 2009/10/23 Fred Fred Simple. I just would like to see in the filter menu a new category, below "Alphabetical" named "MyFilters" for instance. >

[Paraview] VISIT-plugins from source

2009-11-03 Thread Fred Fred
I am interested in the plugins for reading cgns and techplot files but they are only available in the Linix binary release, so how to include them in a Mac open source version? Are the sources available?

[Paraview] So basic operation

2009-11-04 Thread Fred Fred
My problem seems as simple as 123: I have an elevation image and I want to create a terrain model by taking elevation in the image. So my idea was to create a plane at the image resolution, then use WarpByScalar to warp it according to the image content. But WarpByScalar warps according to an a

[Paraview] How PV detects valid file formats?

2009-11-08 Thread Fred Fred
My problem is I have a Fluent data file with extension .cas and this file is not displayed in the list of available files if I select Fluent in the list. I have another file that is detected though, so I wonder if PV reads the header of all files suspected of being read before decidig to offer t

[Paraview] Switching to parametric coordinates

2009-11-08 Thread Fred Fred
I wonder if it is possible to switch to parametric coordinates, either on a curve or on a surface, given an arbitrary origin and arbitrary u or (u,v) unit vectors? _ Nouveau! Découvrez le

Re: [Paraview] Switching to parametric coordinates

2009-11-09 Thread Fred Fred
ew@paraview.org > > I am not sure I understand what you mean. You want to use parametric > coordinates inside a filter? > > On Sun, Nov 8, 2009 at 1:37 PM, Fred Fred wrote: > > I wonder if it is possible to switch to parametric coordinates, either on a > > curve or o

Re: [Paraview] How PV detects valid file formats?

2009-11-09 Thread Fred Fred
se, the next reader gets a chance and so on. > > David E DeMarle > Kitware, Inc. > R&D Engineer > 28 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x109 > > > > On Sun, Nov 8, 2009 at 11:17 AM, Fred Fred wrote: > > My problem is I h

[Paraview] Integrate Variables

2009-11-09 Thread Fred Fred
I do not understand how this integration proceeds and I did not find anything else on the Wiki pages except that it is supposed to integrate over a line or a surface. I have created a simple dataset : vtk output ASCII DATASET STRUCTURED_POINTS DIMENSIONS 2 2 2 SPACING 1 1 1 ORIGIN 0 0 0 POINT_D

Re: [Paraview] How PV detects valid file formats?

2009-11-10 Thread Fred Fred
My file is 700MB large but it does not appear, surprisingly, may be a bug in Qt... > From: jfa...@cscs.ch > CC: paraview@paraview.org > Date: Tue, 10 Nov 2009 00:12:15 +0100 > Subject: Re: [Paraview] How PV detects valid file formats? > > > > From: para

[Paraview] cmake issue

2009-11-12 Thread Fred Fred
I try to build PV according to the recommandations, that is create a binary directory, go there and run ccmake and I get an error message that advice me to create a binary directry, go there and so So I add a line at the beginning of the CMakeLists.txt file so as to print the values of ParaVie

[Paraview] cmake issue (one more)

2009-11-12 Thread Fred Fred
Ok, I set the ParaView_BINARY_DIR variable by hand and now I run ccmake and I get several errors saying that some files lack in , such as Servers/Filters/Utilities/vtkPVFiltersKit.cmake I did not have any problem compiling PV on Mac OS X but these problems occur on Linux Ubuntun cmake version:

Re: [Paraview] cmake issue

2009-11-12 Thread Fred Fred
> Date: Thu, 12 Nov 2009 06:04:00 -0500 > From: hob...@ohiou.edu > To: paraview@paraview.org > Subject: Re: [Paraview] cmake issue > > On 11/12/2009 04:28 AM, Fred Fred wrote: > > I try to build PV according to the recommandations, that is create a > > binary dire

Re: [Paraview] cmake issue

2009-11-12 Thread Fred Fred
ou.edu > To: paraview@paraview.org > Subject: Re: [Paraview] cmake issue > > On 11/12/2009 04:28 AM, Fred Fred wrote: > > I try to build PV according to the recommandations, that is create a > > binary directory, go there and run ccmake > > and I get an error message t

[Paraview] Tecplot reader error

2009-11-20 Thread Fred Fred
I am not a tecplot file format specialist but I need to read such files provided by other people. The header of my file is as follow: TITLE = "Translation of CGNS file elsAoutput.cgns" VARIABLES = "CoordinateX" "CoordinateY" "CoordinateZ" "TurbulentDissipation" "Density" "TurbulentD

[Paraview] Python configuration issue

2009-11-21 Thread Fred Fred
I am not a python specialist hence I can't understand where is the problem, since all environment variables seem to be ok: Macintosh-2:Python$ python myscript.py Traceback (most recent call last): File "myscript.py", line 1, in from paraview.simple import * File "/usr/local/ParaView3/U

[Paraview] Python classes doc?

2009-11-23 Thread Fred Fred
This line: reader = XMLImageDataReader(FileName=args[0]) raises an error: ERROR: In /usr/local/ParaView3/VTK/IO/vtkXMLParser.cxx, line 484 vtkXMLDataParser (0x1e5b6f40): Error parsing XML in stream at line 1, column 1, byte index 1: not well-formed (invalid token) while the file is a st

Re: [Paraview] Python classes doc?

2009-11-23 Thread Fred Fred
Finally I found the list, but now I have another problem: reader = LegacyVTKFileReader(FileName=args[0]) NameError: name 'LegacyVTKFileReader' is not defined So my question now is: is there something to import to make it working? From: stan1...@hotmail.fr To: paraview@paraview.org Date: Mon,

Re: [Paraview] Python classes doc?

2009-11-24 Thread Fred Fred
e classes doc list is, > please? Thanks. > > BastiL > > Fred Fred schrieb: > > Finally I found the list, but now I have another problem: > > > > reader = LegacyVTKFileReader(FileName=args[0]) > > > > NameError: name 'LegacyVTKFileReader' is n

Re: [Paraview] Tecplot reader error

2009-11-25 Thread Fred Fred
== Adriano Gagliardi MEng PhD Project Scientist Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Url: www.ara.co.uk From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On B

[Paraview] Python VTK readers

2009-11-30 Thread Fred Fred
With the Python API, is there a reader for: - reading legacy VTK files? I tried LegacyVTKFileReader but got "NameError: name 'LegacyVTKFileReader' is not defined" - reading any VTK file? I mean a general VTK file reader able to call the appropriate reader, such as vtkDataSetReader in Tcl -

Re: [Paraview] Python VTK readers

2009-12-01 Thread Fred Fred
> Date: Mon, 30 Nov 2009 13:01:24 -0500 > Subject: Re: [Paraview] Python VTK readers > From: utkarsh.ayac...@kitware.com > To: stan1...@hotmail.fr > CC: paraview@paraview.org > > > - reading legacy VTK files? > It's called "LegacyVTKReader" Ok it works but there is a mistake in this page: htt

[Paraview] CleanToGrid python version vs interactive version

2009-12-01 Thread Fred Fred
If a apply CleanToGrid to a dataset with several scalar and vector point data, I get an unstructured grid with all the associated variables. But if I apply the same process in Python, only 1 scalar and 1 vector data are sent to the resulting dataset. How to ask CleanToGrid to include all associa

Re: [Paraview] CleanToGrid python version vs interactive version

2009-12-01 Thread Fred Fred
#x27;t think that what you are describing is possible. That filter > does not have an option to process fewer than all of the arrays. Can > you tell us how to reproduce it? > > -berk > > On Tue, Dec 1, 2009 at 6:47 AM, Fred Fred wrote: > > If a apply CleanToGrid to a datase

[Paraview] Python calculator

2009-12-01 Thread Fred Fred
I a trying to compute the velocity magnitude but there are some thing I did not well understand: First, what do the 3 arguments of VectorVariable mean? filter.VectorVariable = ['velocity','velocity', '3'] Second, what is wrong here: filter.Function = 'mag(velocity)'

Re: [Paraview] CleanToGrid python version vs interactive version

2009-12-01 Thread Fred Fred
eveci wrote: > > Can you post an example dataset (or send it to me directly)? > > > > -berk > > > > On Tue, Dec 1, 2009 at 8:00 AM, Fred Fred wrote: > >> My code: > >> > >> reader = LegacyVTKReader(FileNames=args[0]) > >> > >>

[Paraview] Bug?

2009-12-01 Thread Fred Fred
Load this dataset with PV, then clic on the slice tool and look at the "show plane" option : instead of a plane, a selection cube appears, which is indeed not located at the center of the object. Applying the cutting operation leads to the expected result though, but the "show plane" option is

Re: [Paraview] Python calculator

2009-12-01 Thread Fred Fred
iable is not entirely intuitive: filter.VectorVariable = ['velocity', 'velocity', '0', '1', '2'] Hope that helps, Peter. On Tue, Dec 1, 2009 at 9:51 AM, Fred Fred wrote: I a trying to compute the velocity magnitude but there are s

[Paraview] Generating several fields with Calculator

2009-12-02 Thread Fred Fred
With the Python API, is it possile, in a single instance of Calculator, to compute several new scalar or vector fields, which would involve having several different functions associated to the newly created fields? _

[Paraview] Python->StreamTracer.MaximumPropagation

2009-12-02 Thread Fred Fred
This attribute is supposed to exist in the Python API but I get an error: AttributeError: Attribute MaximumPropagation does not exist _ Nouveau ! Tout Windows Live débarque dans votre télé

[Paraview] Python: access to point coordinates and cells

2009-12-02 Thread Fred Fred
In Tcl [reader GetOutput] returns the data set from a reader. Is there the same kind of method in Python? I have just found method for getting cell data, point data and field data. _ Tchat

[Paraview] How to save a multiblock dataset as a legacy VTK file format?

2009-12-02 Thread Fred Fred
I have a multiblock dataset in which I have selected a single block and now I would like to save it as a legacy VTK file, is it possible? _ Téléchargez Internet Explorer 8 et surfez sans la

[Paraview] Grid source?

2009-12-02 Thread Fred Fred
I would like to resample an unstructured grid with a regular grid. My idea was to create a regular grid and then to resample the data with this soucre but I do not find any grid source. Any help? _

Re: [Paraview] Grid source?

2009-12-02 Thread Fred Fred
gt; > You can use something like "Wavelet" to generate your regular grid. > > Utkarsh > > On Wed, Dec 2, 2009 at 11:05 AM, Fred Fred wrote: > > I would like to resample an unstructured grid with a regular grid. > > My idea was to create a regular grid and then

Re: [Paraview] Grid source?

2009-12-02 Thread Fred Fred
; From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] > > On Behalf Of Biddiscombe, John A. > > Sent: 02 December 2009 17:22 > > To: Utkarsh Ayachit; Fred Fred > > Cc: paraview@paraview.org > > Subject: Re: [Paraview] Grid source? &

[Paraview] How to set source with StreamTracerWithCustomSource (python API)?

2009-12-02 Thread Fred Fred
st = StreamTracerWithCustomSource() help(st) generates the same options as for StreamTracer, ie no SetSource option _ Vivez Noël avant l'heure avec Hotmail Magic Moment ! http://www.hotm

Re: [Paraview] How to save a multiblock dataset as a legacy VTK file format?

2009-12-03 Thread Fred Fred
type of the block? You can always use > > vtkMergeBlocks to create a vtkUnstructuredGrid and then save out as > > legacy vtk files. > > > > Utkarsh > > > > On Wed, Dec 2, 2009 at 10:38 AM, Fred Fred wrote: > >> I have a multiblock dataset

Re: [Paraview] Grid source?

2009-12-03 Thread Fred Fred
gt; > You can use something like "Wavelet" to generate your regular grid. > > Utkarsh > > On Wed, Dec 2, 2009 at 11:05 AM, Fred Fred wrote: > > I would like to resample an unstructured grid with a regular grid. > > My idea was to create a regular grid and then to r

[Paraview] Programmable Filter issue

2009-12-03 Thread Fred Fred
I just put this line in the script area: pdo = self.GetOutput() and I get this error: Traceback (most recent call last): File "", line 11, in File "/usr/local/ParaView3/Utilities/VTKPythonWrapping/paraview/vtk/dataset_adapter.py", line 8, in from paraview import numpy_support Import

Re: [Paraview] Programmable Filter issue

2009-12-03 Thread Fred Fred
I get the same error if I create a python script outsite of interactive PV and I try to execute it with the python interpreter. paraview version 3.7.0, Date: 2009-11-12 vtkFileSeriesReader : [ ...] vtkPythonProgrammableFilter : [ .paraview version 3.7.0, Date: 2009-11-12 Traceback (most

[Paraview] What is numpy_support?

2009-12-04 Thread Fred Fred
I get an error because this module can not be loaded but I do not know what it is exactly. _ Vivez Noël avant l'heure avec Hotmail Magic Moment ! http://www.hotmailmagicmoment.com__

Re: [Paraview] Programmable Filter issue

2009-12-04 Thread Fred Fred
mewhere. > > -berk > > On Thu, Dec 3, 2009 at 9:06 AM, Fred Fred wrote: > > I just put this line in the script area: > > > > pdo = self.GetOutput() > > > > and I get this error: > > > > Traceback (most recent call last): > > > > File

Re: [Paraview] Programmable Filter issue

2009-12-04 Thread Fred Fred
Macintosh-2:Paraview fred$ pwd /Users/fred/Paraview Macintosh-2:~ fred$ which paraview /usr/local/ParaView3_BUILD/bin/paraview.app/Contents/MacOS/paraview > Date: Fri, 4 Dec 2009 14:45:43 -0500 > Subject: Re: [Paraview] Programmable Filter issue > From: berk.gev...@kitware.com &g

Re: [Paraview] Programmable Filter issue

2009-12-08 Thread Fred Fred
Yes. Macintosh-2:~ fred$ find /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview -name numpy_support.py /usr/local/ParaView3_BUILD//Utilities/VTKPythonWrapping/paraview/numpy_support.py > Date: Mon, 7 Dec 2009 10:46:13 -0500 > Subject: Re: [Paraview] Programmable Filter

Re: [Paraview] Programmable Filter issue

2009-12-09 Thread Fred Fred
I changed the PYTHONPATH to add the requested directory but nothin changed: Macintosh-2:Python fred$ env|grep PYTH PYTHONPATH=/usr/local/ParaView3_BUILD/Utilities/VTKPythonWrapping/paraview:/usr/local/ParaView3_BUILD/bin:/usr/local/ParaView3/Utilities/VTKPythonWrapping Macintosh-2:Python fred

[Paraview] Filter input types

2009-12-11 Thread Fred Fred
I wrote a filter inherited from vtkPolyDataAlgorithm. As far as I have understood, such a filter is supposed to produce a vtkPolyData but may use any kind of dataset as input. The problem is I get an error because my input is an ImageData set while a PolyData is expected. Any idea of what I miss

[Paraview] Why 2 CMakeLists files ?

2010-01-04 Thread Fred Fred
On this page: http://www.paraview.org/Wiki/Paraview_Make_building_Paraview_plugin_optional 2 CMakeLists.txt files appear, is it a mistake? should one of them be a link on the other one? what else? ___

[Paraview] How to bound values of a variable as a function of a given array?

2010-01-04 Thread Fred Fred
I would like May anybody tell me what is wrong in my XML code? ___

Re: [Paraview] How to bound values of a variable as a function of a given array?

2010-01-04 Thread Fred Fred
y? > From: utkarsh.ayac...@kitware.com > To: stan1...@hotmail.fr > CC: paraview@paraview.org > > Can you be a bit more elaborate on what you are trying to achieve here please? > Thanks. > > Utkarsh > > On Mon, Jan 4, 2010 at 10:26 AM, Fred Fred wrote: > > I would lik

Re: [Paraview] How to bound values of a variable as a function of a given array?

2010-01-05 Thread Fred Fred
:27 -0500 > Subject: Re: [Paraview] How to bound values of a variable as a function of a > given array? > From: utkarsh.ayac...@kitware.com > To: stan1...@hotmail.fr > CC: paraview@paraview.org > > What;s the problem that you are seeing? > > Utkarsh > > On Mon

[Paraview] How to pick a point and get it in a plugin?

2010-01-16 Thread Fred Fred
I would like to use the picking functionnality, ie pick a point of a surface, and get it in my plugin, for instance to compute a streamline. StreamTracer offers this functionnality but it actually does not work because the pick point is not necessary a point of the dataset, as with the picking

[Paraview] A simple question

2010-01-18 Thread Fred Fred
Consider an arbitrary surface with tangent vectors defined on it. How do you do for computing streamlines on such a surface? I mean how do you place seed points? Placing seeds on a shere or on a line does not work since of course seed points are not on the surface.

Re: [Paraview] How to pick a point and get it in a plugin?

2010-01-19 Thread Fred Fred
Sorry to put this message up but I suspect there is a way to get the coords or point id of a point picked with "select point on" functionnality, so please may someone give me some hints? From: stan1...@hotmail.fr To: paraview@paraview.org Date: Sat, 16 Jan 2010 19:29:09 +0100 Subject: [Paraview

[Paraview] Wireframe display without culling

2010-01-29 Thread Fred Fred
Hello, I would like to see the topology of an unstructured grid but only the front or back enveloppe is displayed, depending on which kind of display is selected. Is it possible to display the interior of the grid in wireframe? _

  1   2   3   >