Set Geometry: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
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===
[[Cmd remove]], [[Cmd attach]], [[Cmd fuse]], [[Cmd bond]], [[Cmd unbond]]
  [[Cmd remove]], [[Cmd attach]], [[Cmd fuse]], [[Cmd bond]], [[Cmd unbond]]


[[Cagteory:Commands|set_geometry]]
[[Cagteory:Commands|set_geometry]]

Revision as of 22:24, 2 June 2005

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

Cmd remove, Cmd attach, Cmd fuse, Cmd bond, Cmd unbond

set_geometry