[Paraview-developers] Slicing / Selection Widget in Paraview/Web
kyr
akyrieleis at gmail.com
Wed Nov 20 11:26:07 EST 2013
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.
More information about the Paraview-developers
mailing list