Unset: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
[[Category:Commands|unset]] | [[Category:Commands|unset]] | ||
[[Category:States]] |
Revision as of 08:08, 19 January 2009
DESCRIPTION
unset behaves in two ways.
If selection is not provided, unset changes the named global setting to a zero or off value.
If a selection is provided, then "unset" undefines object-specific or state-specific settings so that the global setting will be in effect.
USAGE
unset name [,selection [,state ]]
PYMOL API
cmd.unset ( string name, string selection = '',
int state=0, int updates=1, int log=0 )