[Paraview-developers] Slicing / Selection Widget in Paraview/Web
kyr
akyrieleis at gmail.com
Thu Nov 21 06:37:06 EST 2013
If I am using:
import ParaViewAdapter_pwsimple as pwsimple
view=simple.GetActiveView()
dataSet = simple.FindSource('..')
sliceWidget=pwsimpleCreatebindedWidget(Slice2.SliceType, view)
dataInfo = dataSet.GetDataInformation()
sliceWidget.PlaceWidget = dataInfo.Bounds
then the line with PlaceWidget prevents execution. What kind of object is
expected by PlaceWidget ??
Many thanks
--
View this message in context: http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/Slicing-Selection-Widget-in-Paraview-Web-tp2637p2653.html
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.
More information about the Paraview-developers
mailing list