Unbond

From PyMOLWiki
Revision as of 10:28, 20 June 2009 by Vinnyrose (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DESCRIPTION

unbond removes all bonds between two selections.

USAGE

unbond atom1,atom2

PYMOL API

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

Example

# remove all bonds in residue 999 to residue 999
# this command was used in the examples above in PDB ID 1ACO.
unbond i. 999, i. 999

SEE ALSO

Bond, Fuse, Remove_picked, Attach, Detach, Replace