Remove: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''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=== | ||
[[Cmd delete]]] | |||
[[Category:Commands|remove]] | [[Category:Commands|remove]] |
Revision as of 09:48, 23 June 2005
DESCRIPTION
remove eleminates a selection of atoms from models.
USAGE
remove (selection)
PYMOL API
cmd.remove( string selection )
EXAMPLES
remove ( resi 124 )