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 | 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 10:24, 6 May 2005
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.