Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Sebastien Jourdain
provided is wrong. but I don't have any idea about > how it'll be. > Do you have any idea? > Thank you in advance > > > > > > - Original Message - > From: Sebastien Jourdain > To: Tuan Ha Tran > Cc: paraview@paraview.org > Sent: Tue, 15 Ma

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Tuan Ha Tran
: paraview@paraview.org Sent: Tue, 15 May 2012 13:56:09 +0200 (CEST) Subject: Re: [Paraview] JavaScript API - ParaViewWeb - how to call function Hi Tuan, The 'missing' documentation that you are looking for is inside the appendix of http://paraview.org/Wiki/ParaView/Users_Guide/Table_Of_

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Sebastien Jourdain
PWConsole, I suppose to load the plugin so it can be use in > PWConsole? I wonder if i'm right. > Thank you once more. > > > > > - Original Message - > From: Sebastien Jourdain > To: Tuan Ha Tran > Cc: paraview@paraview.org > Sent: Mon, 14 May 2012 15:

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Tuan Ha Tran
To use vtk we have to add from "paraview import vtk" ? - Original Message - From: Sebastien Jourdain To: Tuan Ha Tran Cc: paraview@paraview.org Sent: Mon, 14 May 2012 15:22:55 +0200 (CEST) Subject: Re: [Paraview] JavaScript API - ParaViewWeb - how to call function For tha

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Tuan Ha Tran
on, 14 May 2012 15:22:55 +0200 (CEST) Subject: Re: [Paraview] JavaScript API - ParaViewWeb - how to call function For that you will need to know the name of the ParaView Proxy. You can find-out by using ParaView and the trace function. Then by referring to http://www.paravie

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-14 Thread Sebastien Jourdain
For that you will need to know the name of the ParaView Proxy. You can find-out by using ParaView and the trace function. Then by referring to http://www.paraview.org/Wiki/What_is_the_full_JavaScript_API , you should be able to convert the Python trace to a JavaScript code. Moreover, if you use dir

[Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-14 Thread Tuan Ha Tran
Hi everybody, I have a question about the using of JavaScript API in ParaViewWeb. I succeeded in loading a file using OpenDataFile via a plugin. And now I want to apply a filter to my files. When I tried to call, for example ImageThreshold p = paraview(); var reader = plugin.lo