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

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Nov 20 11:31:06 EST 2013


Sorry the GetDataInformation() is on the proxy object itself.
You can see example here:
http://paraview.org/gitweb?p=ParaView.git;a=blob;f=Wrapping/Python/paraview/servermanager.py;h=813960e1f0d287da98fa46a9043abc1f9218aaf9;hb=HEAD


On Wed, Nov 20, 2013 at 9:26 AM, kyr <akyrieleis at gmail.com> wrote:

> simple.py does not seem to import or have the GetDataInformation function.
> So
> I use it from ParaViewAdapter-pwservice.py which returns a dictionary.
> However,
>
> from ParaViewAdapter_pwsimple *
> view=GetActiveView()
> sliceWidget=CreatebindedWidget(Slice2.SliceType, view)
> dataInfo = GetDataInformation(dataset)
> sliceWidget.PlaceWidget = dataInfo['Bounds']
>
> results in non-execution of the python RPC function.
>
> Where can I find what type PlaceWidget can be set to ? Is there any
> documentation on the members of SliceWidget ?
>
> Thanks
>
> kyr.
>
>
>
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2651.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/20131120/566a9cbc/attachment.htm>


More information about the Paraview-developers mailing list