Delete: Difference between revisions
Jump to navigation
Jump to search
(copied the format of [create] to create a delete. delete if you like.) |
No edit summary |
||
Line 4: | Line 4: | ||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | <source lang="python"> | ||
delete name | |||
delete all # deletes all objects | |||
</source> | </source> | ||
name = name of object or selection | name = name of object or selection | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> |
Revision as of 02:21, 10 January 2006
DESCRIPTION
delete removes an object or a selection.
USAGE
delete name
delete all # deletes all objects
name = name of object or selection
PYMOL API
cmd.delete(string name = object-or-selection-name )