Difference between revisions of "Set View"

From PyMOLWiki
Jump to navigation Jump to search
m (Fixed link)
Line 11: Line 11:
  
 
===SEE ALSO===
 
===SEE ALSO===
get_view
+
[[Get View]]
  
 
[[Category:Commands|set_view]]
 
[[Category:Commands|set_view]]

Revision as of 12:24, 1 August 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