[vtkusers] R: Delete vtk objects on exit
Zampini Samuele
samuele.zampini at epfl.ch
Wed Dec 16 07:47:22 EST 2009
Try with this.
self.ren.RemoveAllViewProps()
where ren is your renderer.
Hope it works,
Samuele
________________________________________
Da: vtkusers-bounces at vtk.org [vtkusers-bounces at vtk.org] per conto di KS Jothybasu [jothybasu at gmail.com]
Inviato: mercoledì 16 dicembre 2009 13.07
A: vtkusers at vtk.org
Oggetto: [vtkusers] Delete vtk objects on exit
Hi all,
I am trying to delete all the vtk objects on exit using the python command, for example del vtk.Renderer.
But still, I get some strange images on startup.
Any hints??
Thanks
Jothy
More information about the vtkusers
mailing list