If you're not running in client-server mode, you can simply do the following in the Python shell to call the PrintSelf method:
> print proxy.GetClientSideObject() On Thu, Jun 7, 2012 at 4:26 AM, Tuan Ha Tran <[email protected]> wrote: > Hi everybody, > PrintSelf is a function that every vtk Class can have to write out > something. > I wonder how can we use that class in ParaView, then Python Shell? > Do we have to write the .xml Server Manager file to use PrintSelf. And > if yes, can anyone tell me how? > Thank you very much in advance. > > _______________________________________________ > 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 > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
