Unbond: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''unbond''' removes all bonds between two selections.
  "unbond" removes all bonds between two selections.
 
===USAGE===
===USAGE===
   
  unbond atom1,atom2
  unbond atom1,atom2
 
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.unbond(selection atom1="(pk1)",selection atom2="(pk2)")
cmd.unbond(selection atom1="(pk1)",selection atom2="(pk2)")
</source>
</source>


===SEE ALSO===
===SEE ALSO===
[[Cmd bond]], [[Cmd fuse]], [[Cmd remove_picked]], [[Cmd attach]], [[Cmd detach]], [[Cmd replace]]
  [[Cmd bond]], [[Cmd fuse]], [[Cmd remove_picked]], [[Cmd attach]], [[Cmd detach]], [[Cmd replace]]
 


[[Category:Commands|unbond]]
[[Category:Commands|unbond]]

Revision as of 12:01, 29 June 2005

DESCRIPTION

unbond removes all bonds between two selections.

USAGE

unbond atom1,atom2

PYMOL API

cmd.unbond(selection atom1="(pk1)",selection atom2="(pk2)")

SEE ALSO

Cmd bond, Cmd fuse, Cmd remove_picked, Cmd attach, Cmd detach, Cmd replace