This is a read-only mirror of pymolwiki.org

Difference between revisions of "Attach"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (6 revisions)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
 
 
  
[[Category:Commands|attach]]
+
'''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]]
 +
[[Category:Editing Module|Attach]]

Latest revision as of 01:06, 28 March 2014

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.