Attach: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
DESCRIPTION
==DESCRIPTION==
"attach" adds a single atom onto the picked atom.
'''attach''' adds a single atom onto the picked atom.


USAGE
==USAGE==
  attach element, geometry, valence
attach element, geometry, valence


PYMOL API
==PYMOL API==
  cmd.attach( element, geometry, valence )
cmd.attach( element, geometry, valence )


NOTES
==NOTES==
  Immature functionality.  See code for details.  
Immature functionality.  See code for details.  


[[Category:Commands|attach]]
[[Category:Commands|attach]]

Revision as of 02:16, 10 January 2006

DESCRIPTION

attach adds a single atom onto the picked atom.

USAGE

attach element, geometry, valence

PYMOL API

cmd.attach( element, geometry, valence )

NOTES

Immature functionality. See code for details.