Difference between revisions of "Set View"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''set_view''' sets viewing information for the current scene, including the rotation matrix, position, origin of rotation, clipping planes, and the orthoscopic flag.
  "set_view" sets viewing information for the current scene,
+
 
  including the rotation matrix, position, origin of rotation,
 
  clipping planes, and the orthoscopic flag.
 
 
 
===USAGE===
 
===USAGE===
   
+
  set_view (...)  where ... is 18 floating point numbers
  set_view (...)  where ... is 18 floating point numbers
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.set_view(string-or-sequence view)   
+
cmd.set_view(string-or-sequence view)   
 
</source>  
 
</source>  
  
 
===SEE ALSO===
 
===SEE ALSO===
   
+
  get_view  
  get_view  
 
 
   
 
   
 
[[Category:Commands|set_view]]
 
[[Category:Commands|set_view]]

Revision as of 15:11, 3 January 2006

DESCRIPTION

set_view sets viewing information for the current scene, including the rotation matrix, position, origin of rotation, clipping planes, and the orthoscopic flag.

USAGE

set_view (...)  where ... is 18 floating point numbers

PYMOL API

cmd.set_view(string-or-sequence view)

SEE ALSO

get_view