Jump to content

View

From PyMOL Wiki

view makes it possible to save and restore viewpoints on a given scene within a single session.

USAGE

[edit]
view key[,action]
view *

key can be any string action should be 'store' or 'recall' (default: 'recall')

PYMOL API

[edit]
cmd.view(string key,string action)

FUNCTION KEY PRESETS

[edit]

Views F1 through F12 are automatically bound to function keys provided that "set_key" has not been used to redefine the behaviour of the respective key, and that a "scene" has not been defined for that key.

EXAMPLES

[edit]
view 0,store
view 0

SEE ALSO

[edit]

Scene, Set View, Get View