Delete: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===DESCRIPTION===
'''delete''' removes objects or selections matching an expression ''name'', which can include wildcards.
'''delete''' removes an object or a selection.  


===USAGE===
===USAGE===
Line 13: Line 12:
cmd.delete(string name = object-or-selection-name )
cmd.delete(string name = object-or-selection-name )
</source>
</source>
Note that special care needs to be taken to ensure that the object or selection name does not contain any quotes when passed as an argument.


===SEE ALSO===
===SEE ALSO===
[[Cmd remove|remove]]
[[Remove|Remove]]


[[Category:Commands|Delete]]
[[Category:Commands|Delete]]
[[Category:Input Output Module|Delete]]

Latest revision as of 12:26, 8 August 2011

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 )

Note that special care needs to be taken to ensure that the object or selection name does not contain any quotes when passed as an argument.

SEE ALSO

Remove