-
Notifications
You must be signed in to change notification settings - Fork 32
Python_UpdateBALLViewSceneWithPython
dstoeckel edited this page Mar 16, 2015
·
2 revisions
BALLView needs to be informed that its scene has changed. This can be done by updating the MainControl, giving the changed system as argument.
# get the first system of BALLViews structure window
system = getSystems()[0]
# change something in this system
...
# and trigger an update of the BALLView scene
getMainControl().update(system)