This is a read-only mirror of pymolwiki.org

Difference between revisions of "Attach"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(2 intermediate revisions by the same user not shown)
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
 
 
  attach element, geometry, valence
 
 
PYMOL API
 
 
  cmd.attach( element, geometry, valence )
 
 
NOTES
 
 
  Immature functionality.  See code for details.
 
 
  
[[Category:Commands|attach]]
+
==USAGE==
 +
attach element, geometry, valence
 +
 
 +
==PYMOL API==
 +
cmd.attach( element, geometry, valence )
 +
 
 +
==NOTES==
 +
Immature functionality.  See code for details.
 +
 
 +
[[Category:Commands|Attach]]

Revision as of 13:38, 20 June 2009

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.