[Paraview] Deleting Items in Python
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Mon Oct 15 13:21:20 EDT 2007
Don't forget to unregister the dataDisplay as well, and remove the it
from the view's "Displays" property, otherwise the sphere isn't going
anywhere :).
Utkarsh
Berk Geveci wrote:
> 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
> <mailto: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 <mailto:ParaView at paraview.org>
> http://www.paraview.org/mailman/listinfo/paraview
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list