This is a read-only mirror of pymolwiki.org

Difference between revisions of "Set Geometry"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''set_geometry''' changes PyMOL's assumptions about the proper valence and geometry of the picked atom.
  "set_geometry" changes PyMOL's assumptions about the proper valence
+
 
  and geometry of the picked atom.
 
 
 
===USAGE===
 
===USAGE===
   
+
  set_geometry geometry, valence
  set_geometry geometry, valence
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.set_geometry(int geometry,int valence )
+
cmd.set_geometry(int geometry,int valence )
</source>
+
</source>
  
 
===NOTES===
 
===NOTES===
+
Immature functionality. See code for details.
  Immature functionality. See code for details.
 
 
   
 
   
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Remove]], [[Attach]], [[Fuse]], [[Bond]], [[Unbond]]
  [[Cmd remove]], [[Cmd attach]], [[Cmd fuse]], [[Cmd bond]], [[Cmd unbond]]
 
  
[[Cagteory:Commands|set_geometry]]
+
[[Category:Commands|Set Geometry]]

Revision as of 14:26, 20 June 2009

DESCRIPTION

set_geometry changes PyMOL's assumptions about the proper valence and geometry of the picked atom.

USAGE

set_geometry geometry, valence

PYMOL API

cmd.set_geometry(int geometry,int valence )

NOTES

Immature functionality. See code for details.

SEE ALSO

Remove, Attach, Fuse, Bond, Unbond