[vtkusers] vtk3dWidget interaction problem on Windows
John82
definitelycertifiable at gmail.com
Mon Dec 31 01:27:45 EST 2012
This is how my sphere widget is defined.
widget = vtk.vtkSphereWidget()
#widget.SetInteractor (self.control) # My interactor
widget.PlaceWidget( self.bbox ) # Bounding box
widget.SetRepresentation( 2 )
widget.SetCenter(point) # This is a point inside my geometry
widget.SetPlaceFactor(0.15)
widget.SetRadius(0.1)
widget.SetEnabled(1)
--
View this message in context: http://vtk.1045678.n5.nabble.com/vtk3dWidget-interaction-problem-on-Windows-tp5717736p5717756.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list