[Paraview] Deleting Items in Python

Berk Geveci berk.geveci at kitware.com
Mon Oct 15 13:04:33 EDT 2007


You have to unregister the object from the proxy manager:

pm = servermanager.ProxyManager()
pm.UnRegisterProxy("sources", "del")

-berk


On 10/15/07, Robert Maynard <RobertJMaynard at gmail.com> wrote:
>
> What is the syntax to delete an object that has been created in python,
> and than been registered with ParaView?
>
> For example I create a sphere like this:
>   view = servermanager.GetRenderView()
>   sphere = servermanager.sources.SphereSource(registrationGroup='sources', registrationName='del')
>   dataDisplay = servermanager.CreateRepresentation(sphere, view,
> registrationGroup='representations')
>
> Than trying to delete it by using the del command (del sphere, etc) does
> not work.
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20071015/46a81e08/attachment.htm


More information about the ParaView mailing list