[Paraview-developers] Slicing / Selection Widget in Paraview/Web

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Nov 22 11:13:44 EST 2013


Then I don't see the issue on the top of my head...

If you really need that we do have support contract and with that I'll be
able to help you more.

Seb


On Fri, Nov 22, 2013 at 9:10 AM, kyr <akyrieleis at gmail.com> wrote:

> The
>
> dataInfo = dataSet.GetDataInformation(0)
> sliceWidgetW = simple.servermanager._getPyProxy(sliceWidget)
>
> works ok, but
>
> sliceWidgetW.PlaceWidget = dataInfo.GetBounds()
>
> is still not accepted.
>
> I have got this code in a class derived from ParaViewWebProtocol and in a
> file (in ../site-packages/paraview/web) with:
>
> import types
> import logging
> import inspect
> from time import time
>
> # import RPC annotation
> from autobahn.wamp import exportRpc
>
> # import paraview modules.
> from paraview import simple, servermanager
>
> from paraview.web.protocols import ParaViewWebProtocol
> from paraview.web import helper
> from vtk.web import protocols as vtk_protocols
>
> from vtkWebCorePython import vtkWebInteractionEvent
> from paraview import ParaViewAdapter_pwsimple as pwsimple
>
> at the beginning
>
> Thank you
>
> kyr.
>
>
>
>
>
> --
> View this message in context:
> http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2663.html
> Sent from the The Unofficial ParaView Developers Forum mailing list
> archive at Nabble.com.
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20131122/f7b2971c/attachment.htm>


More information about the Paraview-developers mailing list