<div dir="ltr">The python part would be<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">dataInfo = simple.GetDataInformation(yourData</span><span style="font-family:arial,sans-serif;font-size:13px">);</span><br>
</div><div><span style="font-family:arial,sans-serif;font-size:13px">sliceWidget.</span><span style="font-family:arial,sans-serif;font-size:13px">PlaceWidget = dataInfo.</span><span style="font-family:arial,sans-serif;font-size:13px">Bounds</span><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 19, 2013 at 7:48 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">I have managed to enable most of the  slice widget. However, what is missing<br>
is the bounding box around the cut slice and around the data set. In<br>
previous Paraview this has been achieve I think using (JS)<br>
<br>
dataInfo = paraview.GetDataInformation({proxy:pipeline.dataset});<br>
pipeline.sliceWidget.setPlaceWidget(dataInfo.Bounds);<br>
<br>
Is there a Python analogue to the setPlaceWidget method, or where is<br>
setPlaceWidget defined in previous Paraview ?<br>
<br>
Many thanks<br>
<br>
kyr.<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-tp2637p2647.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2647.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>