This is a read-only mirror of pymolwiki.org
Difference between revisions of "Delete"
Jump to navigation
Jump to search
m |
m (10 revisions) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''delete''' removes objects or selections matching an expression ''name'', which can include wildcards. | |
− | '''delete''' removes objects or selections matching | ||
===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=== |
Latest revision as of 02:15, 28 March 2014
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.