Remove: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
'''remove''' eleminates a selection of atoms from models.
'''remove''' eleminates a selection of atoms from models.


Line 14: Line 14:
   
   
===SEE ALSO===
===SEE ALSO===
[[Cmd delete]]]
[[Delete]]
   
   
[[Category:Commands|remove]]
[[Category:Commands|Remove]]
[[Category:Editing Module|Remove]]

Latest revision as of 13:49, 17 November 2009

remove eleminates a selection of atoms from models.

USAGE

remove (selection)

PYMOL API

cmd.remove( string selection )

EXAMPLES

remove ( resi 124 )

SEE ALSO

Delete