There was an error while loading. Please reload this page.
#!/usr/bin/python system = getSystems()[0] sel = Selector("residue(HOH)") system.apply(sel) system.removeSelected() getMainControl().update(system)
The example is intended for usage within BALLView. It contains two lines that will only work within BALLView