We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BALLView needs to be informed that its scene has changed. This can be done by updating the MainControl, giving the changed system as argument.
{{{ #!python
system = getSystems()[0]
...
getMainControl().update(system)
}}}
There was an error while loading. Please reload this page.