Section: Visualization Toolkit Widget Classes
To use this widget, you generally pair it with a vtkImplicitPlaneRepresentation (or a subclass). Variuos options are available for controlling how the representation appears, and how the widget functions.
To create an instance of class vtkImplicitPlaneWidget2, simply invoke its constructor as follows
obj = vtkImplicitPlaneWidget2
obj
is an instance of the vtkImplicitPlaneWidget2 class.
string = obj.GetClassName ()
- Standard vtkObject methods
int = obj.IsA (string name)
- Standard vtkObject methods
vtkImplicitPlaneWidget2 = obj.NewInstance ()
- Standard vtkObject methods
vtkImplicitPlaneWidget2 = obj.SafeDownCast (vtkObject o)
- Standard vtkObject methods
obj.SetRepresentation (vtkImplicitPlaneRepresentation r)
- Create the default widget representation if one is not set.
obj.CreateDefaultRepresentation ()
- Create the default widget representation if one is not set.