update
- m3sh.vis.update(*args, **kwargs)[source]
Update viewports.
Some changes to actors require an explicit re-render requests. Use this function if your changes are not diplayed properly. Changes applied to external data structures that are sourced by VTK objects have to be communicated by invoking the corresponding
modified()
method.- Parameters:
*args – Variable length argument list.
**kwargs – Dictionary of keyword arguments.
Note
This functions defines arguments (which are ignored) to make it directly usable as a callback function.