[Paraview] ParaviewWeb change proxy properties using xml names
Albrecht Kyrieleis
akyrieleis at gmail.com
Wed Jan 15 15:45:25 EST 2014
Hi,
I am using ParaviewWeb with a custom protocol in which I want to change
several properties of the proxies (e.g. the text colour) using the names
listed in
${src}/ParaViewCore/ServerManager/SMApplication/Resources/*.xml
I was wondering what the general way is to do that ?
In order to change e.g. the 'Color' property of proxy 'TextProperty' in
group 'properties' I tried:
prx = servermanager.CreateProxy("properties", "TextProperty")
prx.Color=[0.0, 1.0, 0.0]
But this does not seem to work.
Many thanks for any help
kyr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140115/aaacc3f7/attachment.html>
More information about the ParaView
mailing list