Difference between revisions of "Disable"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 19: Line 19:
 
[[Show]], [[Hide]], [[Enable]]
 
[[Show]], [[Hide]], [[Enable]]
  
[[Category:Commands|disable]]
+
[[Category:Commands|Disable]]

Revision as of 09:45, 20 June 2009

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