This is a read-only mirror of pymolwiki.org

Difference between revisions of "Disable"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
  "disable" disables display of an object and all currently visible
+
'''disable''' disables display of an object and all currently visible representations.
  representations.
+
 
 
 
===USAGE===
 
===USAGE===
  disable name
+
disable name
  disable all  
+
disable all  
+
 
  "name" is the name of an object or a named selection
+
'''name''' is the name of an object or a named selection
+
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.disable( string name )  
+
cmd.disable( string name )  
</source>
+
</source>
  
 
===EXAMPLE===
 
===EXAMPLE===
    disable my_object
+
disable my_object
+
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Show]], [[Hide]], [[Enable]]
  [[Cmd show]], [[Cmd hide]], [[Cmd enable]]
 
  
[[Category:Commands|disable]]
+
[[Category:Commands|Disable]]

Revision as of 13: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