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

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Nov 19 11:32:54 EST 2013


The python part would be

dataInfo = simple.GetDataInformation(yourData);
sliceWidget.PlaceWidget = dataInfo.Bounds


On Tue, Nov 19, 2013 at 7:48 AM, kyr <akyrieleis at gmail.com> wrote:

> I have managed to enable most of the  slice widget. However, what is
> missing
> is the bounding box around the cut slice and around the data set. In
> previous Paraview this has been achieve I think using (JS)
>
> dataInfo = paraview.GetDataInformation({proxy:pipeline.dataset});
> pipeline.sliceWidget.setPlaceWidget(dataInfo.Bounds);
>
> Is there a Python analogue to the setPlaceWidget method, or where is
> setPlaceWidget defined in previous Paraview ?
>
> Many thanks
>
> kyr.
>
>
>
> --
> View this message in context:
> http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2647.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/20131119/44610931/attachment.htm>


More information about the Paraview-developers mailing list