Attach: Difference between revisions
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. | |||
USAGE | ==USAGE== | ||
attach element, geometry, valence | |||
PYMOL API | ==PYMOL API== | ||
cmd.attach( element, geometry, valence ) | |||
NOTES | ==NOTES== | ||
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.