Bond: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''bond''' creates a new bond between two selections, each of which should contain one atom. | |||
===USAGE=== | ===USAGE=== | ||
bond [atom1, atom2 [,order]] | |||
===PYMOL API=== | ===PYMOL API=== | ||
cmd.bond(string atom1, string atom2) | |||
===NOTES=== | ===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=== | ===SEE ALSO=== | ||
[[Cmd unbond]], [[Cmd fuse]], [[Cmd attach]], [[Cmd replace]], [[Cmd remove_picked ]] | |||
[[Category:Commands|bond]] | [[Category:Commands|bond]] |
Revision as of 02:20, 10 January 2006
DESCRIPTION
bond creates a new bond between two selections, each of which should contain one atom.
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
Cmd unbond, Cmd fuse, Cmd attach, Cmd replace, Cmd remove_picked