This is a read-only mirror of pymolwiki.org

Difference between revisions of "Enable"

From PyMOL Wiki
Jump to navigation Jump to search
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''enable''' enable display of an object and all currently visible representations.
 
'''enable''' enable display of an object and all currently visible representations.
  
Line 14: Line 14:
 
===EXAMPLE===
 
===EXAMPLE===
 
  enable my_object
 
  enable my_object
 +
enable my_object, parents=1
  
 
===SEE ALSO===
 
===SEE ALSO===

Revision as of 17:51, 28 August 2013

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
enable my_object, parents=1

SEE ALSO

Show, Hide, Disable