Is UpdateInformation client-side?

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

Which UpdateInformation method are you refering to ?

Hi Mike!
I think the UpdatInformation() is intended to be called at the client side. You already have the reason in your question :slight_smile: