This is a read-only mirror of pymolwiki.org
Difference between revisions of "Remove"
Jump to navigation
Jump to search
m (6 revisions) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''remove''' eleminates a selection of atoms from models. | |
− | + | ||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | remove (selection) | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.remove( string selection ) | |
− | + | </source> | |
===EXAMPLES=== | ===EXAMPLES=== | ||
− | + | remove ( resi 124 ) | |
− | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
+ | [[Delete]] | ||
− | + | [[Category:Commands|Remove]] | |
− | + | [[Category:Editing Module|Remove]] | |
− | |||
− | [[Category: |
Latest revision as of 03:53, 28 March 2014
remove eleminates a selection of atoms from models.
USAGE
remove (selection)
PYMOL API
cmd.remove( string selection )
EXAMPLES
remove ( resi 124 )