<div dir="ltr">Sorry the <span style="font-family:arial,sans-serif;font-size:13px">GetDataInformation() </span>is on the proxy object itself.<div>You can see example here: <a href="http://paraview.org/gitweb?p=ParaView.git;a=blob;f=Wrapping/Python/paraview/servermanager.py;h=813960e1f0d287da98fa46a9043abc1f9218aaf9;hb=HEAD">http://paraview.org/gitweb?p=ParaView.git;a=blob;f=Wrapping/Python/paraview/servermanager.py;h=813960e1f0d287da98fa46a9043abc1f9218aaf9;hb=HEAD</a></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 20, 2013 at 9:26 AM, kyr <span dir="ltr">&lt;<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">simple.py does not seem to import or have the GetDataInformation function. So<br>
I use it from ParaViewAdapter-pwservice.py which returns a dictionary.<br>
However,<br>
<br>
from ParaViewAdapter_pwsimple *<br>
view=GetActiveView()<br>
sliceWidget=CreatebindedWidget(Slice2.SliceType, view)<br>
dataInfo = GetDataInformation(dataset)<br>
sliceWidget.PlaceWidget = dataInfo[&#39;Bounds&#39;]<br>
<br>
results in non-execution of the python RPC function.<br>
<br>
Where can I find what type PlaceWidget can be set to ? Is there any<br>
documentation on the members of SliceWidget ?<br>
<br>
Thanks<br>
<br>
kyr.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2651.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2651.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>