Dear all,


I have problems understanding how to delete data from paraview using the
python shell.



The method I am using is the following :



#-- delete everything but the sources

for f in GetSources().values():

                print f

                if f.GetProperty("Input") is not None:

                               Delete(f)



#-- delete the sources

for f in GetSources().values():

                print f

                Delete(f)



Using this method, the pipeline browser is correctly emptied. However, the
memory monitors of ParaView and of the OS show that the amount of RAM used
by ParaView has not changed.

Could you explain me what I'm missing ?



Thanks,

Bertrand



---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to