Disable: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 17: Line 17:


===SEE ALSO===
===SEE ALSO===
[[Cmd show]], [[Cmd hide]], [[Cmd enable]]
[[Show]], [[Hide]], [[Enable]]


[[Category:Commands|disable]]
[[Category:Commands|disable]]

Revision as of 07:54, 2 August 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

SEE ALSO

Show, Hide, Enable