This is a read-only mirror of pymolwiki.org
Difference between revisions of "Enable"
Jump to navigation
Jump to search
m |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
| − | + | '''enable''' enable display of an object and all currently visible representations. | |
| − | + | ||
===USAGE=== | ===USAGE=== | ||
| − | + | enable name | |
| − | + | enable all | |
| − | + | name = object or selection name | |
| − | + | ||
| − | |||
===PYMOL API=== | ===PYMOL API=== | ||
| − | + | <source lang="python"> | |
| − | + | cmd.enable( string object-name ) | |
| − | + | </source> | |
| + | |||
| + | ===EXAMPLE=== | ||
| + | enable my_object | ||
| − | |||
| − | |||
| − | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
| − | + | [[Show]], [[Hide]], [[Disable]] | |
| − | |||
| − | [[Category:Commands| | + | [[Category:Commands|Enable]] |