Jmol/Useful one-liners
From Proteopedia
(Difference between revisions)
(→Examples) |
(→Examples) |
||
Line 84: | Line 84: | ||
Zoom out so that all displayed atoms etc. fit into the window (also centers on visible) | Zoom out so that all displayed atoms etc. fit into the window (also centers on visible) | ||
+ | |||
+ | set perspectiveDepth ON | ||
+ | |||
+ | Perspective depth shows close objects larger than those far away. Orthoscopic view shows them at the same size. When looking at crystal symmetry, orthoscopic is sometimes preferable. | ||
+ | |||
+ | <jmol> | ||
+ | <jmolCheckbox> | ||
+ | <scriptWhenChecked>set perspectiveDepth ON</scriptWhenChecked> | ||
+ | <scriptWhenUnchecked>set perspectiveDepth OFF</scriptWhenUnchecked> | ||
+ | <checked>true</checked> | ||
+ | <text>Perspective depth</text> | ||
+ | </jmolCheckbox> | ||
+ | </jmol> | ||
<jmol><jmolButton><text>zoom visible</text><script>zoom 0</script></jmolButton></jmol> | <jmol><jmolButton><text>zoom visible</text><script>zoom 0</script></jmolButton></jmol> | ||
</StructureSection> | </StructureSection> |
Revision as of 16:35, 31 October 2020
This is a collection of useful one-liners in Jmol. While the Scene authoring tools give you access to a lot of Jmol's functionality, they don't cover the entire scripting language. However, the SAT contains an input box for entering Jmol commands directly. This page collects commands that might be entered into that textbox to achieve effects not otherwise possible. Viewers of Proteopedia pages might find occasional use of these one-liners as well. To enter them, you first have to right-click on the Jmol window and open a console. For more complex Jmol commands, see Jmol/Using the console.
Examples
|