Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkProp3DCollection, simply invoke its constructor as follows
obj = vtkProp3DCollection
obj
is an instance of the vtkProp3DCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkProp3DCollection = obj.NewInstance ()
vtkProp3DCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkProp3D p)
- Add an actor to the list.
vtkProp3D = obj.GetNextProp3D ()
- Get the next actor in the list.
vtkProp3D = obj.GetLastProp3D ()
- Get the last actor in the list.