This is a read-only mirror of pymolwiki.org
Difference between revisions of "Disable"
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 representations. | |
| − | + | ||
| − | |||
===USAGE=== | ===USAGE=== | ||
| − | + | disable name | |
| − | + | disable all | |
| − | + | ||
| − | + | '''name''' is the name of an object or a named selection | |
| − | + | ||
===PYMOL API=== | ===PYMOL API=== | ||
| − | + | <source lang="python"> | |
| − | + | cmd.disable( string name ) | |
| − | + | </source> | |
===EXAMPLE=== | ===EXAMPLE=== | ||
| − | + | disable my_object | |
| − | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
| − | + | [[Show]], [[Hide]], [[Enable]] | |
| − | |||
| − | [[Category:Commands| | + | [[Category:Commands|Disable]] |