Difference between revisions of "Delete"

From PyMOLWiki
Jump to navigation Jump to search
(copied the format of [create] to create a delete. delete if you like.)
(No difference)

Revision as of 14:25, 10 August 2005

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