Delete: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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 09: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