Difference between revisions of "Delete"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 15: Line 15:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd Remove|Remove]]
+
[[Remove|Remove]]
  
 
[[Category:Commands|Delete]]
 
[[Category:Commands|Delete]]
 
[[Category:Input Output Module|Delete]]
 
[[Category:Input Output Module|Delete]]

Revision as of 10:56, 20 June 2009

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 )

SEE ALSO

Remove