This is a read-only mirror of pymolwiki.org

Difference between revisions of "Bond"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (7 revisions)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''bond''' creates a new bond between two selections, each of which should contain one atom.  You can easily create a new bond by selecting two atoms, each with the CTRL-MIDDLE-MOUSE-BUTTON and typing "bond" on the command line.
  "bond" creates a new bond between two selections, each of
+
 
  which should contain one atom.
 
 
 
===USAGE===
 
===USAGE===
   
+
  bond [atom1, atom2 [,order]]
  bond [atom1, atom2 [,order]]
+
 
 
 
===PYMOL API===
 
===PYMOL API===
   
+
  cmd.bond(string atom1, string atom2)
  cmd.bond(string atom1, string atom2)
+
 
 
 
===NOTES===
 
===NOTES===
 +
The atoms must both be within the same object.
 
   
 
   
  The atoms must both be within the same object.
+
The default behavior is to create a bond between the (lb) and (rb) selections.
+
 
  The default behavior is to create a bond between the (lb) and (rb)
 
  selections.
 
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Unbond]], [[Fuse]], [[Attach]], [[Replace]], [[Remove_picked]]
  [[Cmd unbond]], [[Cmd fuse]], [[Cmd attach]], [[Cmd replace]], [[Cmd remove_picked ]]
 
 
 
  
[[Category:Commands|bond]]
+
[[Category:Commands|Bond]]
 +
[[Category:Editing Module|Bond]]

Latest revision as of 01:06, 28 March 2014

bond creates a new bond between two selections, each of which should contain one atom. You can easily create a new bond by selecting two atoms, each with the CTRL-MIDDLE-MOUSE-BUTTON and typing "bond" on the command line.

USAGE

bond [atom1, atom2 [,order]]

PYMOL API

cmd.bond(string atom1, string atom2)

NOTES

The atoms must both be within the same object.

The default behavior is to create a bond between the (lb) and (rb) selections.

SEE ALSO

Unbond, Fuse, Attach, Replace, Remove_picked