[vtkusers] Help with vtkActorCollection (correction)
michał strzelecki
nexgen at poczta.onet.pl
Wed Jul 23 05:28:06 EDT 2003
> >Hi,
> >I am trying to use a vtkActorCollection to remove all actors in the
> rendere=
> >r. My tcl code looks like this:
> >vtkActorCollection allActors
> >set allActors [ren1 GetActors]
>
> Change to
>
> >vtkPropCollection allActors
> >set allActors [ren1 GetProps] <<HERE WAS A MISTAKE - SORRY!!!
GetProps instead of GetProp
>
> to vtkActorCollection aren't added actors and volumes
> these objects are added to vtkPropCollection
>
> michał
>
>
More information about the vtkusers
mailing list