This is a read-only mirror of pymolwiki.org
Difference between revisions of "Unset"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===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=== | ===USAGE=== | ||
− | + | unset name [,selection [,state ]] | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.unset ( string name, string selection = '', | |
− | + | int state=0, int updates=1, int log=0 ) | |
− | + | </source> | |
− | [[Category:Commands| | + | [[Category:Commands|Unset]] |
+ | [[Category:States]] |
Revision as of 14:29, 20 June 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 )