Enable: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
    "enable" enable display of an object and all currently visible representations.
'''enable''' enable display of an object and all currently visible representations.
 
===USAGE===
===USAGE===
  enable name
enable name
  enable all
enable all
  name = object or selection name
   
   
name = object or selection name
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.enable( string object-name )
cmd.enable( string object-name )
</source>  
</source>  
 
===EXAMPLE===
enable my_object


===EXAMPLE===
  enable my_object
===SEE ALSO===
===SEE ALSO===
[[Show]], [[Hide]], [[Disable]]
  [[Cmd show]], [[Cmd hide]], [[Cmd disable]]


[[Category:Commands|enable]]
[[Category:Commands|enable]]

Revision as of 07:56, 2 August 2005

DESCRIPTION

enable enable display of an object and all currently visible representations.

USAGE

enable name
enable all

name = object or selection name

PYMOL API

cmd.enable( string object-name )

EXAMPLE

enable my_object

SEE ALSO

Show, Hide, Disable