Difference between revisions of "Remove"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''remove''' eleminates a selection of atoms from models.
  "remove" eleminates a selection of atoms from models.
+
 
 
 
===USAGE===
 
===USAGE===
+
remove (selection)
  remove (selection)
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.remove( string selection )
+
cmd.remove( string selection )
</source>
+
</source>
  
 
===EXAMPLES===
 
===EXAMPLES===
+
remove ( resi 124 )
  remove ( resi 124 )
 
 
   
 
   
 
===SEE ALSO===
 
===SEE ALSO===
 +
[[Delete]]
 
   
 
   
  [[Cmd delete]]]
+
[[Category:Commands|Remove]]
+
[[Category:Editing Module|Remove]]
 
 
[[Category:Commands|remove]]
 

Latest revision as of 14: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