[Paraview] Triangular prismatic cells not supported ?

2014-08-28 Thread Aurélien Marsan
Dear Paraview user's, I work with an unstructured mesh, composed of tetrahedron, and prisms in the vicinity of the walls. I would like to compute the gradient of different quantities. This doesn't work, and it seems to me that this is due to the triangular prismatic cells. Do triangular prismati

[Paraview] vtkPolydata vs. vtkUnstructuredGrid

2014-07-30 Thread Aurélien Marsan
Dear Paraview users, and VTK users I want to build a vtkUnstructuredGrid from several numpy arrays, which contains the points coordinates, the cells, cells locations, cells types etc... So : I have all informations that are needed. vtkPolyData seems a lot easier to define through a python script.

Re: [Paraview] Generate Programmable Sources with Timesteps

2014-05-28 Thread Aurélien Marsan
Hi all, Just one trick for those who could be disappointed, as me, to not see the *RequestInformation* tab in the *Programmable Filter* or *Programmable Source*, which is necessary to handle time : see http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.#Pr

Re: [Paraview] time step from within a programmable filter

2014-05-28 Thread Aurélien Marsan
Yes, thanks a lot ! Aurélien 2013-09-12 16:57 GMT-04:00 joseph insley : > Awesome, exactly what I was looking for. Thanks, Berk. > > joe > > On Sep 12, 2013, at 3:46 PM, Berk Geveci wrote: > > This will give you the time value despite the name of the key. > > -berk > > > On Thu, Sep 12, 2013 a

[Paraview] Python - Access the name of blocks in a MultiBlockDataSet

2014-01-24 Thread Aurélien Marsan
Dear all, I do not find the command in order to get the names of blocks included in a MultiBlockDatSet. Does anyone knows it ? Many thanks, Regards, A. Marsan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitw

Re: [Paraview] Extract Wall -- 3d geometry

2014-01-23 Thread Aurélien Marsan
In addition, the FeatureEdge filter already allows to detect the edges on the surface. Now, is it possible to split the surface in several blocks, using these edges ? Many thanks, Aurélien 2014/1/23 Aurélien Marsan > Hi, > > I finally have found a simple solution : instead of expo

Re: [Paraview] Extract Wall -- 3d geometry

2014-01-23 Thread Aurélien Marsan
> Maybe the Connectivity filter is what you're looking for. After you do > your extract surface this filter should mark the connected cells. > > Regards, > Andy > > > On Fri, Jan 10, 2014 at 12:11 PM, Aurélien Marsan wrote: > >> Hi all, >> >> I am work

Re: [Paraview] show a time-serie rotation of a mesh

2014-01-15 Thread Aurélien Marsan
Hi Vincent, You have to use the transform filter to rotate your mesh, and then animate the angle thanks to the Animation View. http://paraview.org/Wiki/Animation_View Regards, Aurélien 2014/1/15 Vincent Leroy > Hi, > > > > I need to know how it is possible to apply a motion (time-serie) to

Re: [Paraview] PV 4.1 surface LIC plugin documentation

2014-01-13 Thread Aurélien Marsan
Hi Burlen, Thank you for this. SurfaceLIC was incredibly useful for my PhD. thesis. Aurélien. 2013/12/17 Burlen Loring > Hi All, > > I've added a page to the wiki documenting the new features developed for > the surface LIC plugin in PV 4.1. It's linked to from the main Wiki page > under the "

Re: [Paraview] how do I do this?

2014-01-13 Thread Aurélien Marsan
Maybe you should give a try to SurfaceLIC plugin. http://www.paraview.org/Wiki/ParaView/Line_Integral_Convolution 2013/12/19 Ryan Abernathey > I have vector velocity data from a CFD simulation, and I would like to > visualize the flow like this: > > http://earth.nullschool.net/#current/wind/is

[Paraview] Extract Wall -- 3d geometry

2014-01-10 Thread Aurélien Marsan
Hi all, I am working on centrifugal compressors (like turbochargers), using unstructured mesh. Is there a simple way to extract the wall surface ? And also the blade surface ? I would like to find something like "Extract Surface" -> "Pick surface to keep". I have read that we can do some part of

Re: [Paraview] Blog: matplotlib View coming in ParaView 4.1

2013-12-19 Thread Aurélien Marsan
e.g. > > >>> view =paraview.simple.CreateView("PythonView") > >>> view.Script = """ > ... def setup_data(view): > ... print "setup_data" > ... > ... def render(view, figure): > ... print "render" > ... ""&

Re: [Paraview] Blog: matplotlib View coming in ParaView 4.1

2013-12-17 Thread Aurélien Marsan
Wow ! So great ! A very popular python feature that was missing in Paraview. Juste one question : will matplotlib also be directly accessible from a ProgrammableFilter or from the python console ? Many thanks, A. Marsan ___ Powered by www.kitware.com

Re: [Paraview] [EXTERNAL] Contour Labels

2013-12-16 Thread Aurélien Marsan
An answer is proposed here http://www.paraview.org/pipermail/paraview/2010-September/018798.html 2013/11/27 Scott, W Alan > Ah, the image came through this time. > > > > I don’t think it can be done, but is an excellent idea for a feature > enhancement. Anyone else have any ideas? > > > > Ala

Re: [Paraview] May anybody help me? (Contour Plot)

2013-12-16 Thread Aurélien Marsan
Thread is to be continued here. Do not reply to the present message. http://www.paraview.org/pipermail/paraview/2013-December/030177.html Aurélien 2013/12/16 CLEUZIR DA LUZ > I am trying long time to make the Contour Plot in the Paraview software, > but I am not having sucess. Ie, I would lik

[Paraview] Contour plot with values

2013-12-16 Thread Aurélien Marsan
Hi Cleuzir, I changed the subject of your email in order to make it more suitable. I think that it is still not possible to directly label the contour. But here is a nice solution : http://www.paraview.org/pipermail/paraview/2010-September/018798.html With my best regards, Aurélien 2013/12/16

Re: [Paraview] SurfaceLIC on vtkStructuredGrid ?

2013-12-16 Thread Aurélien Marsan
, in fact ctests using structured grids were > added. > > Burlen > > > On 12/16/2013 09:19 AM, Aurélien Marsan wrote: > > Dear all, > > It seems that the SurfaceLIC filter does not work anymore on > vtkStructuredGrid. > Could anyone confirm me that

Re: [Paraview] vtkCellQuality Filter -- not accessible anymore ?

2013-12-16 Thread Aurélien Marsan
hanged with the new 4.0 version. In particular, I > do > > not find some vtk Filters anymore. > > > > One of them is the vtkCellQuality filter, that I use in one of my code in > > order to compute the surface of 2d-cells. > > Is it possible to access it from a pro

[Paraview] SurfaceLIC on vtkStructuredGrid ?

2013-12-16 Thread Aurélien Marsan
Dear all, It seems that the SurfaceLIC filter does not work anymore on vtkStructuredGrid. Could anyone confirm me that observation ? (I'm using paraview 4.0, binary distribution for Linux 64 bits) It is then necessary to use the ExtractFilter in order to access SurfaceLIC visualization. Best reg

[Paraview] vtkCellQuality Filter -- not accessible anymore ?

2013-12-16 Thread Aurélien Marsan
) Many thanks, Aurélien Marsan ___ 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

Re: [Paraview] MaskPoint & Animation

2012-08-23 Thread Aurélien Marsan
518-881-4909 > > > On Fri, Aug 17, 2012 at 4:42 AM, Aurélien Marsan > wrote: > > Dear All, > > > > I think there may be some option to check, but I can not find it. > > I use the output of a MaskPoint filter as the source of a ParticleTracer > > Filter,

[Paraview] MaskPoint & Animation

2012-08-17 Thread Aurélien Marsan
Dear All, I think there may be some option to check, but I can not find it. I use the output of a MaskPoint filter as the source of a ParticleTracer Filter, with random sampling. Problem is : MaskPoint filter output points change at every timestep. Is there a way to freeze the MaskPoint Filter dur

Re: [Paraview] Q-criterion still wrong ?

2012-08-17 Thread Aurélien Marsan
http://review.source.kitware.com/#/t/957/. It should make it into VTK >> and ParaView shortly. >> >> Andy >> >> On Fri, Jul 20, 2012 at 8:53 AM, Aurélien Marsan wrote: >> >>> Good morning, >>> >>> I have just found the following bug r

[Paraview] Q-criterion still wrong ?

2012-07-20 Thread Aurélien Marsan
Good morning, I have just found the following bug report about a mistake in the Q-criterion formula. http://paraview.org/Bug/view.php?id=12858 that is now closed. However, the "1/2" factor may still be missing. In vtkGradientFilter.cxx, in the VTK/Grahpics directory, on the line 65, t1 should be

Re: [Paraview] error when Generating vtkgl.cxx

2012-05-11 Thread Aurélien Marsan
at make sense to you ? Thanks, Aurélien 2012/5/10 Utkarsh Ayachit > Can you try running make as follows > > VERBOSE=1 make vtkRendering > > and then post the output? > > Thanks > > On Thu, May 10, 2012 at 1:18 PM, Aurélien Marsan > wrote: > > Hi all,

[Paraview] error when Generating vtkgl.cxx

2012-05-10 Thread Aurélien Marsan
Hi all, Here is a problem that were already encountered. http://public.kitware.com/pipermail/paraview/2011-June/021919.html I have exactly the same error message, that I can not understand. Linking CXX shared module ../../bin/vtkIOPython.so [ 28%] Built target vtkIOPython [ 28%] Generating vtkSu

Re: [Paraview] Compilation on Ubuntu 11.10

2012-05-04 Thread Aurélien Marsan
Ok thanks for your answer. Best regards, Aurélien 2012/5/4 Roberto Di Remigio > On 05/04/2012 10:24 AM, Aurélien Marsan wrote: > > Hello Roberto, > > I have the same messages when launching paraview. > Did you find a solution ? > > A. Marsan > > 2012/3/15 Rob

Re: [Paraview] Compilation on Ubuntu 11.10

2012-05-04 Thread Aurélien Marsan
Hello Roberto, I have the same messages when launching paraview. Did you find a solution ? A. Marsan 2012/3/15 Roberto Di Remigio > Dear all, > I have been using the precompiled version downlodable from the website. I > wanted to compile it from scratch for my system, everything went well both

Re: [Paraview] Changing array names

2012-03-19 Thread Aurélien Marsan
Hi Ann, You said you were importing a serie of CSV Files. So the data type were a MultiBlockDataSet ? Then you should iterate over all the blocks : > id = self.GetInput() od = self.GetOutput() > od.ShallowCopy(id) > > iter = od.NewIterator() > iter.UnRegister(None) > iter.InitTraversal() > wh

Re: [Paraview] List of several probe location

2012-03-19 Thread Aurélien Marsan
Hello Dragos, I think you may create manually your point set, and then use the "Resample with Dataset" Filter. Regards, Aurélien 2012/3/14 MOROIANU Dragos > Hello, > I'm new with ParaView, and I would like to get a list with interactively > chosen points. > For this: > 1. read the case > 2.

Re: [Paraview] vtkReconstructionSurfaceFilter

2012-03-13 Thread Aurélien Marsan
er > > > Pat > > 2012/3/13 Aurélien Marsan > >> Dear Paraview users and developers, >> >> I would like to use the *vtkReconstructionFilter* inside of the python >> shell in order to generate a surface from a vtkPointsSet. >> But I do not find this class. &g

[Paraview] vtkReconstructionSurfaceFilter

2012-03-13 Thread Aurélien Marsan
Dear Paraview users and developers, I would like to use the *vtkReconstructionFilter* inside of the python shell in order to generate a surface from a vtkPointsSet. But I do not find this class. Is it not available within the vtk version embeeded with the paraview 3.14 binary release ? Thanks,

Re: [Paraview] pvpython and matplotlib

2011-12-16 Thread Aurélien Marsan
Aircraft Research Association Ltd. > Manton Lane > Bedford > > Tel: 01234 32 4644 > E-mail: agaglia...@ara.co.uk > Url: www.ara.co.uk > > > -- > *From:* Paul Edwards [mailto:paul.m.edwa...@gmail.com] > *Sent:* 14 December 2011 14:41

[Paraview] Snap to timesteps with python source

2011-12-13 Thread Aurélien Marsan
Good morning, Something I find weird : I generate Data using a python programmable source, and setting the available timesteps for output through the TIME_STEPS pipeline variable. I have read in the Paraview wiki that for now, that variable is not correctly handled, and that the SnaptoTimeSteps o

Re: [Paraview] pvpython and matplotlib

2011-12-13 Thread Aurélien Marsan
= > > Adriano Gagliardi MEng PhD > Business Sector Leader > Computational Aerodynamics > Aircraft Research Association Ltd. > Manton Lane > Bedford > > Tel: 01234 32 4644 > E-mail: agaglia...@ara.co.uk > Url: www.ara.co.uk > > > --

Re: [Paraview] pvpython and matplotlib

2011-12-12 Thread Aurélien Marsan
Good morning Adriano, All is working fine for me. But I remember that pyplot.show() didn't work from the paraview python sheel with previous release. It looks like you have the 2.4 verions of Python. Which Paraview version do you use ? Regards, Aurelien 2011/12/8 Adriano Gagliardi > > Dear All

Re: [Paraview] import scipy.signal failed...

2011-12-05 Thread Aurélien Marsan
duce the issue. Thanks! > > > 2011/12/5 Aurélien Marsan > >> Good Morning, >> >> A colleague, who has just received his new windows 7 64 bits computer >> also tried to get Paraview 3.12 64 bits, and to make scipy.signal >> avalaible. >> He encountere

Re: [Paraview] import scipy.signal failed...

2011-12-05 Thread Aurélien Marsan
s Bug Tracker ? Le 29 novembre 2011 10:56, Aurélien Marsan a écrit : > Some news about always the same issue. > I compile Paraview 3.12 by my own, using the Python 2.7 installed on my > system. > > Again, I can not import scipy.signal. > Does someone achieve this ? > > T

Re: [Paraview] import scipy.signal failed...

2011-11-29 Thread Aurélien Marsan
Some news about always the same issue. I compile Paraview 3.12 by my own, using the Python 2.7 installed on my system. Again, I can not import scipy.signal. Does someone achieve this ? Thanks, A.Marsan Le 18 novembre 2011 15:14, Aurélien Marsan a écrit : > Non there isn't anything.

[Paraview] Building Paraview on windows 7

2011-11-18 Thread Aurélien Marsan
Hi, When trying to build Paraview on a computer running under windows 7, using cmake and Visual C++ 2008 Express, I have a plenty of error like 75>c:\paraview-3.12.0\vtk\common\vtkDataArrayTemplate.txx(1016) : error C2491: 'vtkDataArrayTemplate::NewIterator': dfinition de fonction dllimport non a

Re: [Paraview] import scipy.signal failed...

2011-11-17 Thread Aurélien Marsan
are working well, but on the 3.10.1 release... I will stay on that version, waiting for some advice in order to understand where does the problem come from with the 3.12. Bests regards, A.Marsan Le 16 novembre 2011 16:48, Aurélien Marsan a écrit : > One more time, I'm in trouble..

[Paraview] import scipy.signal failed...

2011-11-16 Thread Aurélien Marsan
One more time, I'm in trouble.. ! When importing scipy.signal in the python shell, within paraview 3.12.0 64 bits, it becomes locked... and I do have to kill the process. Though, when executing pvpython, I can import scipy.signal without any trouble, and it seems to work well. So what do I miss ?

Re: [Paraview] import failed in Programmable Filter

2011-11-15 Thread Aurélien Marsan
Some tests more : It is OK with the previous Win64 release, the 3.10.1. So I will use this one for now... Doesn't anyone noticed the same behavior of the python shell in the 3.12.0 Win64 binary release ? Aurelien Le 15 novembre 2011 12:51, Aurélien Marsan a écrit : > Hi all, >

[Paraview] import failed in Programmable Filter

2011-11-15 Thread Aurélien Marsan
Hi all, Here is something I am really in trouble to understand. I'm running Paraview 3.12.0 64 bits on windows 7 64 bits. When I open the python shell, the job stays deadlocked at the (automatic) import " from paraview.simple import * " Though, when running the pvpython executable, and doing the

Re: [Paraview] Paraview 3.12.0 64 bits : pvpython 32 bit ?

2011-11-15 Thread Aurélien Marsan
Sorry, just saw that a solved topic on the same subject already exists, entitled "[Paraview] ParaView-3​.12.0-Win6​4-x86.exe for Win32?" Le 15 novembre 2011 09:25, Aurélien Marsan a écrit : > Hello, > > When executing the pvpython shell of the Pataview 3.12.0 64 bits bi

[Paraview] Paraview 3.12.0 64 bits : pvpython 32 bit ?

2011-11-15 Thread Aurélien Marsan
Hello, When executing the pvpython shell of the Pataview 3.12.0 64 bits binary release, one can at the top pf the window : "Python 2.7.2 ... MSC v.1500 32 bit (Intel) on win32". Though, I'm running on windows 7, 64 bits. Does that mean that only 32 bit binaray release of Paraview are available ?

Re: [Paraview] Pick Center in Full Screen View

2011-07-12 Thread Aurélien Marsan
Or maybe "right click -> set center" would be better ? Le 12 juillet 2011 09:51, Aurélien Marsan a écrit : > I think this could be a suggestion of new feature. > Could you please remind me the address of the website where we can give > ideas of development ? > Thank

Re: [Paraview] Pick Center in Full Screen View

2011-07-12 Thread Aurélien Marsan
l screen > mode. > > Utkarsh > > Sent from my iPad > > On Jul 11, 2011, at 10:13 AM, Aurélien Marsan > wrote: > > > Dear all, > > > > How do you handle the change of the center of rotation for the view when > using the full screen mode ? > > Is

[Paraview] Pick Center in Full Screen View

2011-07-11 Thread Aurélien Marsan
Dear all, How do you handle the change of the center of rotation for the view when using the full screen mode ? Is there any magic shortcut that does the job of the "pick center" button ? Thanks, A.Marsan ___ Powered by www.kitware.com Visit other Kit

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-18 Thread Aurélien Marsan
The import works fine for me, even with the 64-bits linux release. Le 18 mai 2011 09:24, Aurélien Marsan a écrit : > No, don't recompile Paraview. > In the worst case, you simply want to install python 2.7 (same as Paraview) > on your computer, add the numpy library, and set your

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-18 Thread Aurélien Marsan
s no attribute 'core' > > It seems to me, that the numpy module is not complete!? Or do I need to > recompile paraview to get the filter working correctly!? > > Best Regards! > Fabian > > > > On 05/17/2011 02:23 PM, Aurélien Marsan wrote: > >> And fo

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-17 Thread Aurélien Marsan
And for the coordinates : print inputs[0].Points Le 17 mai 2011 14:22, Aurélien Marsan a écrit : > In the programmable filter, if the input is something else than a > vtkMultiBlockDataSet > > print inputs[0].PointData['ro'] > > in order to see

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-17 Thread Aurélien Marsan
In the programmable filter, if the input is something else than a vtkMultiBlockDataSet print inputs[0].PointData['ro'] in order to see the 'ro' value at the point. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.k

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-16 Thread Aurélien Marsan
Hello, I think you could use the ExtractSelection tool, and then look at the coordinates of the points on the display tab. Or print them using the programmable filter. Regards, A.Marsan 2011/5/14 Fabian Braennstroem > Hello, > > one idea I have right now is to use the PointSource... > than on

Re: [Paraview] Slice Offset

2011-05-11 Thread Aurélien Marsan
ok. Thanks for your answer. Aurélien Le 10 mai 2011 14:47, Utkarsh Ayachit a écrit : > That's a known bug: http://paraview.org/Bug/view.php?id=11718 > > Utkarsh > > 2011/5/10 Aurélien Marsan : > > Dear all, > > > > Here is the description of a bug I

[Paraview] Slice Offset

2011-05-10 Thread Aurélien Marsan
Dear all, Here is the description of a bug I would like to know if it is repeatable : Creating a plane by using the slice tool, I set then one or several offset values in order to see parallel planes. After that, when deleting the offset values, keeping only the zero one, and clicking on "Apply"

Re: [Paraview] Averaging value of Pressure on a particular plane

2011-05-09 Thread Aurélien Marsan
gt; I am using version 3.8 of paraview. > > > 2011/5/9 Aurélien Marsan > >> That's not a filter. That is a python library you can use inside the >> python programmable filter in Paraview. >> Which version of Paraview are you using ? >> >> Le 9 mai

Re: [Paraview] Averaging value of Pressure on a particular plane

2011-05-09 Thread Aurélien Marsan
filter? Thanks. > > Regards, > > > 2011/5/9 Aurélien Marsan > >> Hi, >> >> This can be done with the python programmable filter, using numpy and, for >> plotting, matplotlib for example. >> >> Regards, >> >> Aurélien >> >>

[Paraview] paraview 3.10.0 : calculation time x 10 compared with 3.8.1

2011-03-30 Thread Aurélien Marsan
Some informations more : In a programmable filter, I execute the same following script on both paraview 3.8.1 and paraview 3.10.0 - binary releases for win32. The input is a MultiBlockDataSet, 4.5e6 nodes. import time balise = time.time() from paraview import vtk i = self.GetInput(

[Paraview] Slowness : paraview 3.10.0 & ProgrammableFilter

2011-03-30 Thread Aurélien Marsan
Hi all, I perform some calculations in Paraview, through a ProgrammableFilter in which I use several vtk.vtkArrayCalculator objects that I connect between each other with GetOutputPort and GetInputConnection. In the 3.8.1 release of Paraview, such a calculation on a grid with 1.5e6 points need ro

[Paraview] Paraview 3.10.0

2011-03-30 Thread Aurélien Marsan
I just tried the 3.10.0 version of Paraview. I don't how much people already thanked you for that, but I will have just one word : congratulations to all the team. It is a delight to discover this new release. Thanks again, Aurélien ___ Powered by www.

[Paraview] pvpython multiprocessing

2011-02-18 Thread Aurélien Marsan
Hi all, I would like to use the multiprocessing module of pvpython (paraview 3.8.1 32 bits on windows -- binary release) But trying to launch several multiprocessing.Process, nothing appen. A new window with an interpreter is displayed but do nothing, even with the simpliest task. Is there som

Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-14 Thread Aurélien Marsan
Thanks Utkarsh. That solved things for me too. Aurélien 2011/2/11 Utkarsh Ayachit > Richard, > > The problem is indeed due to offscreen rendering. I've added a bug > (http://paraview.org/Bug/view.php?id=11847). Until this is resolved, > the work-around would be to uncheck "Use offscreen render

[Paraview] Precisions about Surface Flow Filter

2011-02-11 Thread Aurélien Marsan
Dear all, Using the surface flow filter, I get results that are not those expected. Could you give me some informations about how the integration is performed ? Is this a "local" approach, computing the surface of each face, and doing some point data to face data interpolation ? Thanks, Auréli

Re: [Paraview] pvpython message

2011-02-11 Thread Aurélien Marsan
Hello, In PARAVIEW_DIR\lib\paraview-3.8\site-packages\paraview\servermanager.py comment the lines 2947 and 2949. if hasattr(sys, "ps1"): > # session is interactive. > print vtkSMProxyManager.GetParaViewSourceVersion(); > > Aurélien. 2011/2/11 Adriano Gagliardi > > Hello, > > Is there

Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-10 Thread Aurélien Marsan
I also have some issues with the screenshot, on Windows. I have to move the window that asks where to save the file outside of the display window of Paraview. Otherwise it is over the picture. 2011/2/9 Utkarsh Ayachit > Is this on Windows? > > Utkarsh > > On Wed, Feb 9, 2011 at 4:23 AM, Richard

Re: [Paraview] Plugin Autoload

2011-02-04 Thread Aurélien Marsan
Hi, Just a little mail in order to remember this : http://public.kitware.com/Bug/view.php?id=10835 This is still not asigned... couldn't you reproduce it ? Regards, Aurélien ___ Powered by www.kitware.com Visit other Kitware open-source projects at h

[Paraview] .plugins file - Give a path ?

2011-02-04 Thread Aurélien Marsan
Hi, Is it possible to point the path to a .xml file in the ~ParaviewDir/bin/.plugins file? Or an other way to do what I want to do : Is there a function similar to the servermanager.LoadPlugin that accept the .xml plugin files ? Thanks, Aurélien ___ Po

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
I think I will try with devc++ or code::blocks tomorrow, before abandon. Do you have any experience with that ? Anyway, thanks for help ! And good afternoon. Regards, Aurelien Le 3 février 2011 20:20, Aurélien Marsan a écrit : > Utkarsh : maybe that wouldn't be such a big plunge. Th

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
;D Engineer > 28 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x109 > > > > 2011/2/3 Aurélien Marsan : > > Just one question : on the wiki, it is written : "[...] while on Windows > it > > requires Visual Studio (8 or later). " > &g

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Just one question : on the wiki, it is written : "[...] while on Windows it requires Visual Studio (8 or later). " Does the free version, Visual Express, work too ? Le 3 février 2011 19:52, Aurélien Marsan a écrit : > Not really, except in order to work with commands that I kno

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Not really, except in order to work with commands that I know better than visual studio. And there were a couple of thing that needed to be corrected in order to build with success (thanks to my colleage that found them), but that worked pretty good until now. Then I have to use the microsoft

Re: [Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-02-03 Thread Aurélien Marsan
lay? Surface selection requires at > least 32 bits for color. If you run TestAreaSelections it will tell you if > that is the problem. > > David E DeMarle > Kitware, Inc. > R&D Engineer > 28 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-371-3971 x109

Re: [Paraview] compile error paraview 3.10 with libvtkhdf5

2011-02-03 Thread Aurélien Marsan
Maybe I'm completely out of context but maybe not : Are you trying to build with multiple tasks ? I mean do you use : "make -j" ? I can't remember perfectly, but it seems to me that I had something wrong, maybe with hdf5, when using make -j ... (building on windows using msys-mingw) 2011/2/3

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
gt; > Utkarsh > > 2011/2/3 Aurélien Marsan : > > Well, I had a quick look to the source files... > > In fact, Paraview completely ignores the vtkSurfaceLICRendering.xml file. > > Is it an option in cmake that I missed ? > > > > Aurélien > > Le 2 févrie

[Paraview] GUI_SOURCES vs SOURCES in ADD_PARAVIEW_PLUGIN macro

2011-02-03 Thread Aurélien Marsan
Good afternoon, In the Add_PARAVIEW_PLUGIN macro, there oftena re the keywords SERVER_MANAGER_XML, SERVER_MANAGER_SOURCES and GUI_INTERFACES Sometimes, there also are GUI_SOURCES or SOURCES. What is the differences between the two last keywords ? (gui_sources and sources) Regards, Aurélien

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-03 Thread Aurélien Marsan
Well, I had a quick look to the source files... In fact, Paraview completely ignores the vtkSurfaceLICRendering.xml file. Is it an option in cmake that I missed ? Aurélien Le 2 février 2011 16:13, Aurélien Marsan a écrit > I forgot something : I build Paraview, not using the binaries. >

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-02 Thread Aurélien Marsan
I forgot something : I build Paraview, not using the binaries. Le 2 février 2011 15:29, Aurélien Marsan a écrit : > Sorry for answering only now. > I think I'm using the 3.8.1, for windows 32 bits. Maybe should I try with > the 3.10.0-RC1 ? > > For other questions : surface

Re: [Paraview] Windows : Can't see control panel of Surface LIC

2011-02-02 Thread Aurélien Marsan
g your dataset? It is essential that the plugin was loaded > before the data was shown in any view. If that's not the case, you can > close the view and create a new one after you load the plugin. > > Utkarsh > > 2011/1/28 Aurélien Marsan : > > Dear Paraview users, > >

[Paraview] Windows : Can't see control panel of Surface LIC

2011-01-28 Thread Aurélien Marsan
Dear Paraview users, Using Paraview on windows, with the usefull plugin surfaceLIC, I can not see the options of Line Integral Convolution in the display pannel, such as "Use LIC when using LOD" or choosing the vector to use... Has soemone already face this ? A.Marsan PhD Student, Turbomeca. ___

Re: [Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
pilation ? Le 11 janvier 2011 15:13, Aurélien Marsan a écrit : > I am using the 3.8.1-RC1. > I will download the 3.8.1 on your website and compile it, and check if it > works. I will let you know. > > Le 11 janvier 2011 14:59, Utkarsh Ayachit a > écrit : > > What version

Re: [Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
ut_ref dataset with SurfaceLIC. > > Utkarsh > > 2011/1/11 Aurélien Marsan : > > Good Morning, > > All is in the title. Does anyone already noticed that ? > > > > Regard, > > > > Aurélien > > > > _

[Paraview] Crash when using a selection tool while visualizing with SurfaceLIC

2011-01-11 Thread Aurélien Marsan
Good Morning, All is in the title. Does anyone already noticed that ? Regard, Aurélien ___ 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 chec

[Paraview] Animating HelixSource

2011-01-07 Thread Aurélien Marsan
Dear All, Trying to animate the HelixSource, that can be found in Examples/Plugin, Paraview returns this error message : "Cue does not have domain or property set!" Is there something that could be done in order to solve this error, and animate the helix ? Thank for your answer... and an happy n

[Paraview] Surface LIC Users - projection mode

2010-11-24 Thread Aurélien Marsan
Hi, Just a word for the people who use the surface LIC plugin. You should take care of the projection that you use : Im' quite sure that the surface LIC use the parallel projection mode in order to compute the streamlines. Thus, looking tangentially to a surface, using LIC and perspective project

Re: [Paraview] calculator filter - invalid array name

2010-10-27 Thread Aurélien Marsan
It seems that you're using wrong names. The name of the only data that you can use in the formulas are available under the buttons "scalars" and "vectors" in the calculator filter. If you don't see anything, no variables is stored at the points of your dataset. You can see the data stored at the

Re: [Paraview] Help: Calculating Vorticity in paraview

2010-10-26 Thread Aurélien Marsan
Or you can use the python calculator http://www.paraview.org/Wiki/Python_Calculator Le 26 octobre 2010 13:51, Aurélien Marsan a écrit : > Hi, > > In the calculator, you can see all the components of the vectors (in the > scalars list). You can use the iHat, jHat and kHat vectors

Re: [Paraview] Help: Calculating Vorticity in paraview

2010-10-26 Thread Aurélien Marsan
Hi, In the calculator, you can see all the components of the vectors (in the scalars list). You can use the iHat, jHat and kHat vectors too. Then you should be able to calculate "manually" the cross product. 2010/10/26 Mubashir Ali > Hi, > > I have some transient Ensight gold data (cell data).

Re: [Paraview] Fwd: Interpolation problem

2010-10-19 Thread Aurélien Marsan
Thanks for this explanation. Really interesting. I'm glad having read that mail. What would happen if the square were not in the (x,y) plane. The function become a f(x,y,z) function ? Or by writing f(x,y) you meant f(i,j) where i and j are locl coordinates ? 2010/10/15 Moreland, Kenneth > If I

Re: [Paraview] Python Reader

2010-10-19 Thread Aurélien Marsan
In doing so, it seems that the reader must have a "SetFileName" function. How do you handle this with python ? Or can you avoid this ? I do not think the integration of a python script in the GUI can be as perfect as that of a reader writen in c++. 2010/10/19 Paul Edwards > You will need a sepa

Re: [Paraview] Programmable filter python and GUI

2010-10-13 Thread Aurélien Marsan
> > * When the script is long, it is not convinient to implement it > inside the XML file. Is there an example to use a "import script" ? > This is the way I use this feature. Your script and all the libraries inside it must been viewable in your PYTHONPATH. * Does the XML file provides a Property

Re: [Paraview] Programmable filter python and GUI

2010-10-12 Thread Aurélien Marsan
You can create a .xml file, that you will load as a plugin. See Examples/Plugins/HelixSource. 2010/10/12 Brockmann Patrick > Hi, > > I really appreciate the programmable filter in python. > It is really powerfull. > > Now, is there a way to add GUI controls to a programmable filter ? > Let's say

Re: [Paraview] Selecting wall boundary

2010-09-24 Thread Aurélien Marsan
Hi, If your mesh is structured, you can use the Extract Subset filter. 2010/9/24 Mubashir Ali > Hi, > > I am new to paraview and i want to know how to extract wall boundary cells > in paraview. I am simulating a 3D airfoil which specified as as wall > boundary. > > I am using code saturne which

Re: [Paraview] The best way to extract a disc on a surface ?

2010-09-24 Thread Aurélien Marsan
filters ? Le 24 septembre 2010 11:41, Aurélien Marsan a écrit : > Good Morning, > > I am trying to extract a disc on a surface, that would represent the > sensitive surface of a pressure sensor. > I tried to use the "Extract Cells by Region" filter, but the sensitive &g

Re: [Paraview] Programmable Source

2010-09-24 Thread Aurélien Marsan
Hello David, I am in the same situation. Here is what I have done : 1. Create the reader in python, that works with pvpython, and returns (in my case) a vtkMultiBlockDataSet 2. Then create a "MyReader.xml" file. That calls a vtkPythonProgrammableFilter, in which I import my reader and

[Paraview] The best way to extract a disc on a surface ?

2010-09-24 Thread Aurélien Marsan
Good Morning, I am trying to extract a disc on a surface, that would represent the sensitive surface of a pressure sensor. I tried to use the "Extract Cells by Region" filter, but the sensitive surface could be, in some cases, smaller than the size of a cell. And in these cases, this filter don't

Re: [Paraview] ParaView Digest, Vol 77, Issue 39

2010-09-16 Thread Aurélien Marsan
So this is a typically French problem... ! Thank you Joelle for the information, it works fine now. And so not having to do the export each time I lauch Paraview, I preferred to change the language of my system in English. But I'm glad I noticed this, before making too many screen-shots... !

Re: [Paraview] ... something really weird.... dependance with matplotlib version ?

2010-09-15 Thread Aurélien Marsan
usiness Sector Leader > 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

Re: [Paraview] ... something really weird.... dependance with matplotlib version ?

2010-09-15 Thread Aurélien Marsan
... I don't understand anything at all now... >From a same MultiBlockDataSet, doing this in Paraview through a programmable filter, and in pvpython, I don't get the same result ... ! from paraview import vtk i = self.GetInput() b = i.GetBlock(1) c = vtk.vtkArrayCalculator() c.SetInput(b) c.

Re: [Paraview] Error while downloading Paraview 3.8.1 Data

2010-09-15 Thread Aurélien Marsan
Yes, it works now Le 15 septembre 2010 16:15, Aashish Chaudhary a écrit : > This link worked for me. > > > 2010/9/15 Dave Partyka : > > I'll take a look Aurelien, thanks! > > > > 2010/9/15 Aurélien Marsan > >> > >> Hi, > >>

  1   2   >