Delete: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''delete''' removes objects or selections matching an expression ''name'', which can include wildcards. | '''delete''' removes objects or selections matching an expression ''name'', which can include wildcards. | ||
Revision as of 13:29, 17 November 2009
delete removes objects or selections matching an expression name, which can include wildcards.
USAGE
delete name
delete all # deletes all objects
name = name of object or selection
PYMOL API
cmd.delete(string name = object-or-selection-name )