Hello!
As it is said in the docs,
vtkSMProperty is typically meant for pushing its values to a VTK object. However, a property may be marked as an InformationOnly property in which case its values are obtained from the server with the UpdateInformation() call.
Should UpdateInformation be called on server side or on client?
Thanks