Set View: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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. | |||
===USAGE=== | ===USAGE=== | ||
set_view (...) where ... is 18 floating point numbers | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.set_view(string-or-sequence view) | |||
</source> | </source> | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
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