Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkInteractorStyleRubberBand3D, simply invoke its constructor as follows
obj = vtkInteractorStyleRubberBand3D
obj
is an instance of the vtkInteractorStyleRubberBand3D class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInteractorStyleRubberBand3D = obj.NewInstance ()
vtkInteractorStyleRubberBand3D = obj.SafeDownCast (vtkObject o)
obj.OnLeftButtonDown ()
obj.OnLeftButtonUp ()
obj.OnMiddleButtonDown ()
obj.OnMiddleButtonUp ()
obj.OnRightButtonDown ()
obj.OnRightButtonUp ()
obj.OnMouseMove ()
obj.OnMouseWheelForward ()
obj.OnMouseWheelBackward ()
obj.SetRenderOnMouseMove (bool )
- Whether to invoke a render when the mouse moves.
bool = obj.GetRenderOnMouseMove ()
- Whether to invoke a render when the mouse moves.
obj.RenderOnMouseMoveOn ()
- Whether to invoke a render when the mouse moves.
obj.RenderOnMouseMoveOff ()
- Whether to invoke a render when the mouse moves.
int = obj.GetInteraction ()
- Current interaction state