Difference between revisions of "Delete"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
'''delete''' removes an object or a selection.  
+
'''delete''' removes objects or selections matching the expression name, which can include wildcards.
  
 
===USAGE===
 
===USAGE===

Revision as of 14:41, 8 July 2009

DESCRIPTION

delete removes objects or selections matching the 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 )

SEE ALSO

Remove