[vtkusers] vtkCubeAxesActor2D

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Thu May 16 03:16:28 EDT 2002


>>>>> "GG" == Gowri Gopalakrishnan <Gopalakrishnan> writes:

    GG> How is vtkCubeAxesActor2D added to the renderer and how can I
    GG> get hold of it as an actor (for removing purpose...)

a2c = renderer.GetActors2D()
print a2c.GetNumberOfItems()
a2c.InitTraversal()
a2 = []
for i in range(a2c.GetNumberOfItems()):
  a2.append(a2c.GetNextItem())


prabhu



More information about the vtkusers mailing list