Disable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''disable''' disables display of an object and all currently visible representations. | |||
===USAGE=== | ===USAGE=== | ||
disable name | |||
disable all | |||
'''name''' is the name of an object or a named selection | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.disable( string name ) | |||
</source> | |||
===EXAMPLE=== | ===EXAMPLE=== | ||
disable my_object | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Cmd show]], [[Cmd hide]], [[Cmd enable]] | |||
[[Category:Commands|disable]] | [[Category:Commands|disable]] |
Revision as of 19:35, 13 June 2005
DESCRIPTION
disable disables display of an object and all currently visible representations.
USAGE
disable name disable all
name is the name of an object or a named selection
PYMOL API
cmd.disable( string name )
EXAMPLE
disable my_object