[Paraview] Paraviewweb

Sebastien Jourdain sebastien.jourdain at kitware.com
Sat Apr 7 14:29:39 EDT 2012


Hi Jane,

The best thing to do to figure out what is needed in your use case, is
to load your state inside ParaView and do the action that you want to
achieve while the Python trace is recording your changes.

Once you get the trace of your actions you can either convert that
code to JavaScript or write a plugin that execute somehow the same
action in Python as we are using python to write ParaViewWeb plugins.

The access of the trace mechanism is inside the Tools menu of ParaView.

If you need some help to figure out the conversion between Python and
JS, just post the trace on the mailing list.

I'm glad you managed to produce your own first Web application using
ParaViewWeb.

Seb

On Sat, Apr 7, 2012 at 6:44 AM, Jane Hickmott <jane.hickmott at yahoo.com> wrote:
> Hi Paraview community!
> I am trying to develop a paraviewweb application that involves loading of a
> state file plus the creation of a 'button' to allow data labels to appear on
> the plot.  I can load the state file but have no idea how to create the
> necessary button and functionality.  I would be grateful to anyone kind
> enough to give me a few pointers.  Thank you.
>
> Jane
>
> _______________________________________________
> 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
>


More information about the ParaView mailing list