Section: Visualization Toolkit Common Classes
To create an instance of class vtkPlaneCollection, simply invoke its constructor as follows
obj = vtkPlaneCollection
obj
is an instance of the vtkPlaneCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkPlaneCollection = obj.NewInstance ()
vtkPlaneCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkPlane )
- Add a plane to the list.
vtkPlane = obj.GetNextItem ()
- Get the next plane in the list.
vtkPlane = obj.GetItem (int i)
- Get the ith plane in the list.