This is a read-only mirror of pymolwiki.org
Difference between revisions of "Set View"
Jump to navigation
Jump to search
m (Fixed link) |
|||
(2 intermediate revisions by the same user not shown) | |||
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 16: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)