Where can I find the Displays property, I have been unable to find exactly where the property is.<br><br><div><span class="gmail_quote">On 10/15/07, <b class="gmail_sendername">Utkarsh Ayachit</b> <<a href="mailto:utkarsh.ayachit@kitware.com">
utkarsh.ayachit@kitware.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Don't forget to unregister the dataDisplay as well, and remove the it
<br>from the view's "Displays" property, otherwise the sphere isn't going<br>anywhere :).<br><br>Utkarsh<br><br><br>Berk Geveci wrote:<br>> You have to unregister the object from the proxy manager:<br>
><br>> pm = servermanager.ProxyManager()<br>> pm.UnRegisterProxy("sources", "del")<br>><br>> -berk<br>><br>><br>> On 10/15/07, *Robert Maynard* <<a href="mailto:RobertJMaynard@gmail.com">
RobertJMaynard@gmail.com</a><br>> <mailto:<a href="mailto:RobertJMaynard@gmail.com">RobertJMaynard@gmail.com</a>>> wrote:<br>><br>> What is the syntax to delete an object that has been created in<br>
> python, and than been registered with ParaView?<br>><br>> For example I create a sphere like this:<br>> view = servermanager.GetRenderView()<br>> sphere = servermanager.sources.SphereSource
<br>> (registrationGroup='sources', registrationName='del')<br>> dataDisplay = servermanager.CreateRepresentation(sphere, view,<br>> registrationGroup='representations')<br>>
<br>> Than trying to delete it by using the del command (del sphere, etc)<br>> does not work.<br>><br>> _______________________________________________<br>> ParaView mailing list<br>>
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a> <mailto:<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>><br>> <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br>><br>><br>><br>> ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>> ParaView mailing list<br>> <a href="mailto:ParaView@paraview.org">
ParaView@paraview.org</a><br>> <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br>