Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Molecular Viewer]->[Script Reference]

Expand All
Collapse All
Contents

Script Reference


These methods and properties are provided in order to conform to embedded molecules which use scripting. Most of them are not implemented, and are here merely to prevent breakage of existing scripts. They may be implemented in the future if this is requested.

The methods and properties described below are provided to give backward compatability to RasMol and various other programs whose APIs conform to this model. However, no source code from any of these programs was used to provide these functions.

Parameter Types Locate in Contents

____________________________________________________________

boolean Locate in Contents

syntax Locate in Contents

  • on|off
  • 1|0
  • 1.0|0.0
  • true|false
  • yes|no
  • all|none
  • Note: case insensitive

description Locate in Contents

Takes a value and interprets it as either true or false. Any value which does not match the above syntax is taken to be true.

details Locate in Contents

Many of the functions take a boolean parameter value. They are flexible in that any of the above alternates will work.

examples Locate in Contents

  • anim on
  • skyground no

____________________________________________________________

colour Locate in Contents

syntax Locate in Contents

  • aliceblue|antiquewhite|...|yellow|yellowgreen
  • RRGGBB
  • Note: case insensitive

description Locate in Contents

Takes the name or hex value of a colour. The complete list of colour names can be found here: W3C SVG Colour Keywords Hex values are 00 - FF for each of red, green and blue.

details Locate in Contents

Many of the functions take a colour value. They are flexible in that any of the above alternates will work.

examples Locate in Contents

  • background green
  • fgcolor black
  • set background pink

end_types Locate in Contents

____________________________________________________________

float Locate in Contents

syntax Locate in Contents

  • [+/-]number.number

description Locate in Contents

Takes a value and interprets it as a floating point value.

details Locate in Contents

Floating point numerical value.

examples Locate in Contents

____________________________________________________________

integer Locate in Contents

syntax Locate in Contents

  • [+/-]number

description Locate in Contents

Takes a value and interprets it as an integer value.

details Locate in Contents

A whole number, positive or negative.

examples Locate in Contents

____________________________________________________________

positive-integer Locate in Contents

syntax Locate in Contents

  • [+]number

description Locate in Contents

Takes a value and interprets it as a positive integral value.

details Locate in Contents

A whole positive number.

examples Locate in Contents

Methods Locate in Contents

____________________________________________________________

about Locate in Contents

syntax Locate in Contents

  • about
  • [Right Click Menu]->About

description Locate in Contents

Displays the "About" information

details Locate in Contents

Displays the "About" information such as product name, contact information and version number in a seperate browser tab.

examples Locate in Contents

  • [Right Click Menu]->About includes a call toabout

____________________________________________________________

anim Locate in Contents

syntax Locate in Contents

  • animboolean
  • anim info
  • anim mode { loop | once | palindrome }
  • anim direction {+1|-1}
  • anim fpspositive-integer
  • anim frame {next|-1|positive-integer}
  • [Right Click Menu]->Animate->Stop
  • [Right Click Menu]->Animate->Loop
  • [Right Click Menu]->Animate->Palindrome

description Locate in Contents

Sets the animation mode, direction and speed. You can use either anim or animation as the command

details Locate in Contents

You must specify one of the following settings. There is no default setting.

on - starts playing the animation

off - stops the animation

info - shows animation information (you can also use show animation)

mode - sets how the animation starts and ends. If you use anim mode, you must specify one of the following settings:

-loop - loop from start to end and repeat -once - loop from start to end once -palindrome - loop start to end, then end to start, and repeat

direction - sets the current play direction. If you use anim direction, you must specify one of the following settings:

  • +1 - advances to the next animation frame in the current direction
  • -1 - moves to the previous frame

fps - frames per second. If you use anim fps, you must specify: positive-integer - number of frames per second

frame - sets which frame to be displayed. If you use anim frame, you must specify one of the following settings:

  • next - advances to the next animation frame in the current direction
  • -1 - moves to the previous frame
  • positive-integer - jumps to the specified frame number

examples Locate in Contents

  • [Right Click Menu]->Animate->Stop includes a call toanim false
  • [Right Click Menu]->Animate->Loop includes a call toanim mode LOOP
  • [Right Click Menu]->Animate->Palindrome includes a call toanim mode PALINDROME____________________________________________________________

animation Locate in Contents

alias anim

____________________________________________________________

atom Locate in Contents

alias atoms ____________________________________________________________

atoms Locate in Contents

syntax Locate in Contents

  • atomsboolean
  • [Right Click Menu]->Style->Atoms

description Locate in Contents

Display atoms, as opposed to residues .

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Atoms includes a call toatoms true

____________________________________________________________

attitude Locate in Contents

syntax Locate in Contents

  • attitudeboolean
  • [Right Click Menu]->Overlay->Attitude Indicator

description Locate in Contents

Display the attitude instrument overlay.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Attitude Indicator toggles a call toattitude true|false

____________________________________________________________

axes Locate in Contents

syntax Locate in Contents

  • axes

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

backbone Locate in Contents

syntax Locate in Contents

  • backboneboolean
  • backbonefloat
  • backbone dash
  • [Right Click Menu]->Style->Backbone Off
  • [Right Click Menu]->Style->Backbone Tube

description Locate in Contents

Show the backbone chain which joins the residues in a poly-residue molecule.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Backbone Off includes a call tobackbone false
  • [Right Click Menu]->Style->Backbone Tube includes a call tobackbone true

____________________________________________________________

set_background Locate in Contents

alias bgcolour ____________________________________________________________

set_bgcolor Locate in Contents

alias bgcolour ____________________________________________________________

set_bgcolour Locate in Contents

alias bgcolour

____________________________________________________________

bond Locate in Contents

syntax Locate in Contents

description Locate in Contents

Create a bond

details Locate in Contents

The command 'bond positive-integer positive-integer +' adds a new bond between the specified atoms, or increases the bond order if such a bond already exists. The 'pick' command chooses the centre of rotaion for the rotate bond command.

examples Locate in Contents

____________________________________________________________

boundbox Locate in Contents

syntax Locate in Contents

  • boundbox

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

calculate Locate in Contents

syntax Locate in Contents

  • calculate

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cartoon Locate in Contents

syntax Locate in Contents

description Locate in Contents

Display a molecule's ribbons as Richardson (MolScript) style protein 'cartoons'.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cartoons Locate in Contents

alias cartoon

____________________________________________________________

center Locate in Contents

alias centre ____________________________________________________________

centre Locate in Contents

syntax Locate in Contents

  • centre {<expression>} {translate|center}
  • center {<expression>} {translate|center}

description Locate in Contents

Define the point about which the molecule rotates.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

centerAt Locate in Contents

alias centreat ____________________________________________________________

centreAt Locate in Contents

alias centreat ____________________________________________________________

centerat Locate in Contents

alias centreat ____________________________________________________________

centreat Locate in Contents

syntax Locate in Contents

  • centreat

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

clipboard Locate in Contents

syntax Locate in Contents

  • clipboard

description Locate in Contents

Place a copy of the currently displayed image on the local graphics clipboard.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

color Locate in Contents

alias colour ____________________________________________________________

colour Locate in Contents

syntax Locate in Contents

  • colour {<object>}colour
  • color {<object>} <colour>

description Locate in Contents

Colour the atoms (or other objects) of the selected region.

details Locate in Contents

The colour may be given as either a colour name or a comma separated triple of Red, Green and Blue (RGB) components enclosed in square brackets.

examples Locate in Contents

____________________________________________________________

configuration Locate in Contents

syntax Locate in Contents

  • configuration

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

connect Locate in Contents

syntax Locate in Contents

description Locate in Contents

Recalculate the connectivity of the current molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

console Locate in Contents

syntax Locate in Contents

  • console

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cpk Locate in Contents

alias spacefill ____________________________________________________________

cpknew Locate in Contents

alias spacefill

____________________________________________________________

define Locate in Contents

syntax Locate in Contents

  • define <identifier> <expression>

description Locate in Contents

Associate an arbitrary set of atoms with a unique identifier

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_delay Locate in Contents

alias pause

____________________________________________________________

depth Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable, disable or position the back-clipping plane of the molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

dipole Locate in Contents

syntax Locate in Contents

  • dipole

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_display Locate in Contents

alias display

____________________________________________________________

dots Locate in Contents

syntax Locate in Contents

description Locate in Contents

Generate a van der Waals' dot surface around the currently selected atoms.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

draw Locate in Contents

syntax Locate in Contents

  • draw

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

echo Locate in Contents

syntax Locate in Contents

  • echo [<string>]

description Locate in Contents

Display a message.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

English Locate in Contents

syntax Locate in Contents

  • English

description Locate in Contents

Sets the menus and messages to the English versions.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

english Locate in Contents

alias English

____________________________________________________________

exit Locate in Contents

syntax Locate in Contents

  • exit

description Locate in Contents

Exit a script.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_fgcolor Locate in Contents

alias fgcolour ____________________________________________________________

set_fgcolour Locate in Contents

alias fgcolour

____________________________________________________________

font Locate in Contents

syntax Locate in Contents

  • font

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

fractional Locate in Contents

syntax Locate in Contents

  • fractional

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

frame Locate in Contents

syntax Locate in Contents

  • frame

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

frank Locate in Contents

syntax Locate in Contents

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

French Locate in Contents

syntax Locate in Contents

  • French

description Locate in Contents

Sets the menus and messages to the French versions.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

french Locate in Contents

alias French

____________________________________________________________

geoSurface Locate in Contents

alias geosurface ____________________________________________________________

geosurface Locate in Contents

syntax Locate in Contents

  • geosurface

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

getProperty Locate in Contents

alias getproperty ____________________________________________________________

getproperty Locate in Contents

syntax Locate in Contents

  • getproperty

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

halos Locate in Contents

syntax Locate in Contents

  • halos

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_hbonds Locate in Contents

syntax Locate in Contents

description Locate in Contents

Represent the hydrogen bonding of the protein molecule's backbone.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

help Locate in Contents

syntax Locate in Contents

  • help {<topic> {<subtopic>}}
  • ? {<topic> {<subtopic>}}
  • [Right Click Menu]->Help

description Locate in Contents

On-line help on the given topic.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Help includes a call tohelp

____________________________________________________________

hide Locate in Contents

syntax Locate in Contents

  • hide

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

history Locate in Contents

syntax Locate in Contents

  • history

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

hover Locate in Contents

syntax Locate in Contents

  • hover

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

initialize Locate in Contents

syntax Locate in Contents

  • initialize

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

inline Locate in Contents

syntax Locate in Contents

  • inline <string>

description Locate in Contents

Allows molecualr data to be embedded directly into the web page.

details Locate in Contents

Note that special precautions need to be taken with white-space, as it is not preserved by HTML. For example, all newlines should be coded as &xA; An optional <EOF> can be placed at the end of the string, to preserve trailing white-space which would otherwise be lost.

examples Locate in Contents

<object type="chemical/x-xyz" width="640" height="480" > <param name="inline" value="3&xA; Water&xA; O 4.013 0.831 -9.083&xA; H 4.941 0.844 -8.837&xA; H 3.750 -0.068 -9.293&xA; "/> </object> ____________________________________________________________

interrupt Locate in Contents

alias pause

____________________________________________________________

invertSelected Locate in Contents

alias invertsel ____________________________________________________________

invertselected Locate in Contents

alias invertsel ____________________________________________________________

invertSel Locate in Contents

alias invertsel ____________________________________________________________

invertsel Locate in Contents

syntax Locate in Contents

  • invertsel

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

isosurface Locate in Contents

syntax Locate in Contents

  • isosurface

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

Italian Locate in Contents

syntax Locate in Contents

  • Italian

description Locate in Contents

Sets the menus and messages to the Italian versions.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

italian Locate in Contents

alias Italian

____________________________________________________________

javascript Locate in Contents

syntax Locate in Contents

  • javascript

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

label Locate in Contents

syntax Locate in Contents

  • label {<string>}
  • label <boolean>
  • [Right Click Menu]->Style->No Labels
  • [Right Click Menu]->Style->Symbols
  • [Right Click Menu]->Style->Name Labels

description Locate in Contents

Allows an arbitrary formatted text string to be associated with each currently selected atom.

details Locate in Contents

The following table lists the current expansion specifiers:

a Atom Name b t B-factor/Temperature c s Chain Identifier e Element Atomic Symbol i Atom Serial Number n Residue Name r Residue Number M NMR Model Number (with leading "/") A Alternate Conformation Identifier (with leading ";")

examples Locate in Contents

  • [Right Click Menu]->Style->No Labels includes a call tolabel false
  • [Right Click Menu]->Style->Symbols includes a call tolabel e
  • [Right Click Menu]->Style->Name Labels includes a call tolabel a____________________________________________________________

labels Locate in Contents

alias label

____________________________________________________________

lcaoCartoon Locate in Contents

alias lcaocartoon ____________________________________________________________

lcaocartoon Locate in Contents

syntax Locate in Contents

  • lcaocartoon

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

legend Locate in Contents

syntax Locate in Contents

  • legendboolean
  • [Right Click Menu]->Overlay->Legend

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Legend toggles a call tolegend true|false

____________________________________________________________

list Locate in Contents

syntax Locate in Contents

  • list

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

load Locate in Contents

syntax Locate in Contents

  • load {<format>} <filename>

description Locate in Contents

Load a molecule coordinate file

details Locate in Contents

examples Locate in Contents

____________________________________________________________

loadInline Locate in Contents

alias inline ____________________________________________________________

loadinline Locate in Contents

alias inline

____________________________________________________________

loop Locate in Contents

syntax Locate in Contents

  • loop

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

measure Locate in Contents

alias monitor

____________________________________________________________

meshribbon Locate in Contents

syntax Locate in Contents

  • meshribbon

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

message Locate in Contents

syntax Locate in Contents

  • message

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

mo Locate in Contents

syntax Locate in Contents

  • mo

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

model Locate in Contents

alias frame

____________________________________________________________

molecule Locate in Contents

syntax Locate in Contents

description Locate in Contents

Selects one of the previously loaded molecules for active manipulation.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_monitor Locate in Contents

alias monitor ____________________________________________________________

set_monitors Locate in Contents

alias monitor

____________________________________________________________

move Locate in Contents

syntax Locate in Contents

  • move

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

moveTo Locate in Contents

alias moveto ____________________________________________________________

moveto Locate in Contents

syntax Locate in Contents

  • moveto timeSeconds FRONT|BACK|LEFT|RIGHT|TOP|BOTTOM
  • moveto timeSeconds {x y z} degrees zoomPercent transX transY {x y z} rotationRadius navigationCenter navTransX navTransY navDepth
  • [Right Click Menu]->Navigate->Front
  • [Right Click Menu]->Navigate->Back
  • [Right Click Menu]->Navigate->Left
  • [Right Click Menu]->Navigate->Right
  • [Right Click Menu]->Navigate->Above
  • [Right Click Menu]->Navigate->Below

description Locate in Contents

The moveto command rotates the molecule to a predefined orientation.

details Locate in Contents

Two formats can be used. In each, the first (optional) parameter specifies the number of seconds during which the molecule should rotate smoothly from the current orientation to the new orientation. A 0 for this first parameter specifies an instantaneous reorientation. In conjunction with "show orientation" this command allows reading and restoring specific user-specified orientations.

moveto timeSeconds FRONT|BACK|LEFT|RIGHT|TOP|BOTTOM

A simple use of moveTo just has six optional directions.

moveto timeSeconds {x y z} degrees zoomPercent transX transY {x y z} rotationRadius navigationCenter navTransX navTransY navDepth

In the second option, the second parameter is a coordinate {x, y, z} defining the axis relative to the default orientation about which the molecule should be rotated. The third parameter is the counterclockwise (right-hand) rotation in degrees about this axis. "moveto 0 {0 0 0} 0" rotates the model to the default orientation (equivalent to "reset"). If the angle parameter is 0 but any one of x, y, or z is nonzero, then no reorientation occurs (because the axis has been specified, but the rotation is 0 degrees). Following these parameters is the zoom setting in percent, the X- and Y-positions of the rotation center on the screen, as percent of width and height, respectively. The actual molecular coordinate of the rotation center along with the rotation radius (which determines the magnification associated with ZOOM 100) are next. The final parameters define the navigation center molecular coordinate, its X- and Y- position on the screen in percent, and the depth of the navigation point in percent of model depth (100 = front, 0 = rear). In conjunction with "show/save/restore orientation" this command allows reading and restoring specific user-specified orientations.

moveto timeSeconds {x y z} degrees 0 transX transY (atom expression) 0 zoomAdjustment navigationCenter navTransX navTransY navDepth

If the zoom setting prior to translation positions is 0, and an atom expression is used for the point, then the moveTo can be designed to automatically zoom to the scale that would fill the screen with that set of atoms. The optional zoom adjustment is in the form +n, -n, n, or /n, as for zoomTo.

moveto timeSeconds {x y z} degrees (atom expression) 0 zoomAdjustment navigationCenter navTransX navTransY navDepth

If no translation is involved, then there is also no need for the zoom setting of 0 prior to the atom expression.

examples Locate in Contents

Examples: in new window using 1crn.pdb moveto 0 1 0 0 -90; view from top moveto 0 0 1 0 90; view from right moveto 0 0 1 0 -90; view from left moveto 2 1 0 0 90; view from bottom with smooth 2-second transition moveto 0 0 0 0 0 200; default orientation with instantaneous transition and a zoom of 200%

  • [Right Click Menu]->Navigate->Front includes a call tomoveto 1 front
  • [Right Click Menu]->Navigate->Back includes a call tomoveto 1 back
  • [Right Click Menu]->Navigate->Left includes a call tomoveto 1 left
  • [Right Click Menu]->Navigate->Right includes a call tomoveto 1 right
  • [Right Click Menu]->Navigate->Above includes a call tomoveto 1 top
  • [Right Click Menu]->Navigate->Below includes a call tomoveto 1 bottom

____________________________________________________________

navigate Locate in Contents

syntax Locate in Contents

  • navigate {walk|fly|examine|lookat|examine_zoom}
  • [Right Click Menu]->Navigate->Examine Mode
  • [Right Click Menu]->Navigate->Zoom Mode

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Navigate->Examine Mode includes a call tonavigate examine
  • [Right Click Menu]->Navigate->Zoom Mode includes a call tonavigate examine_zoom

____________________________________________________________

pause Locate in Contents

syntax Locate in Contents

  • pause

description Locate in Contents

Used in script files to stop the script file for local manipulation by a mouse, until any key is pushed to restart the script file.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

pmesh Locate in Contents

syntax Locate in Contents

  • pmesh

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

polargrid Locate in Contents

syntax Locate in Contents

  • polargridboolean
  • [Right Click Menu]->Overlay->Polar Grid

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Polar Grid toggles a call topolargrid true|false

____________________________________________________________

polyhedra Locate in Contents

syntax Locate in Contents

  • polyhedra

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

print Locate in Contents

syntax Locate in Contents

  • print

description Locate in Contents

Print the currently displayed image

details Locate in Contents

examples Locate in Contents

____________________________________________________________

quit Locate in Contents

alias exit

____________________________________________________________

refresh Locate in Contents

syntax Locate in Contents

  • refresh

description Locate in Contents

Redraws the current image.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

renumber Locate in Contents

syntax Locate in Contents

description Locate in Contents

Sequentially numbers the residues in a macromolecular chain.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

reset Locate in Contents

syntax Locate in Contents

  • reset

description Locate in Contents

Restores the original viewing transformation and centre of rotation.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

residues Locate in Contents

syntax Locate in Contents

  • residuesboolean
  • [Right Click Menu]->Style->Residues

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Residues includes a call toresidues true

____________________________________________________________

restore Locate in Contents

syntax Locate in Contents

  • restore

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

restrict Locate in Contents

syntax Locate in Contents

  • restrict {<expression>}

description Locate in Contents

Defines the currently selected region of the molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

resume Locate in Contents

syntax Locate in Contents

  • resume

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

reticule Locate in Contents

syntax Locate in Contents

  • reticuleboolean
  • [Right Click Menu]->Overlay->Reticule

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Reticule toggles a call toreticule true|false____________________________________________________________

reticulegrid Locate in Contents

alias reticule

____________________________________________________________

ribbon Locate in Contents

alias ribbons ____________________________________________________________

ribbons Locate in Contents

syntax Locate in Contents

  • ribbonsboolean
  • ribbonsfloat
  • [Right Click Menu]->Style->Backbone Off
  • [Right Click Menu]->Style->Backbone Ribbon

description Locate in Contents

Displays the currently loaded protein or nucleic acid as a smooth solid "ribbon" surface passing along the backbone of the protein.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Backbone Off includes a call toribbons false
  • [Right Click Menu]->Style->Backbone Ribbon includes a call toribbons true

____________________________________________________________

rocket Locate in Contents

syntax Locate in Contents

  • rocket

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

rockets Locate in Contents

alias rocket

____________________________________________________________

rotate Locate in Contents

syntax Locate in Contents

description Locate in Contents

Rotate the molecule about the specified axis.

details Locate in Contents

Permitted values for the axis parameter are "x", "y" and "z". The integer parameter states the angle in degrees for the structure to be rotated. For the X and Y axes, positive values move the closest point up and right, and negative values move it down and left, respectively. For the Z axis, a positive rotation acts clockwise and a negative angle anti-clockwise.

Alternatively, this command may be used to specify which rotations the mouse or dials will control. If 'rotate bond true' is selected, the horizontal scroll bar will control rotation around the axis selected by the 'bond src dst pick' command. If 'rotate all true' is selected, and multiple molecules have been loaded, then all molecules will rotate together. In all other cases, the mouseand dials control the the rotation of the molecule selected by the 'molecule n' command.

examples Locate in Contents

____________________________________________________________

rotateSel Locate in Contents

alias rotatesel ____________________________________________________________

rotateSelected Locate in Contents

alias rotatesel ____________________________________________________________

rotatesel Locate in Contents

syntax Locate in Contents

  • rotatesel

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

rotateselected Locate in Contents

alias rotatesel

____________________________________________________________

ruler Locate in Contents

syntax Locate in Contents

  • rulerboolean
  • [Right Click Menu]->Overlay->Ruler

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Ruler toggles a call toruler true|false

____________________________________________________________

save Locate in Contents

syntax Locate in Contents

  • save {pdb} <filename>
  • save mdl <filename>
  • save alchemy <filename>
  • save xyz <filename>

description Locate in Contents

Save the currently selected set of atoms in a CML format file.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

script Locate in Contents

syntax Locate in Contents

  • script <filename>

description Locate in Contents

Reads a set of commands sequentially and executes them.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

select Locate in Contents

syntax Locate in Contents

  • select {<expression>}

description Locate in Contents

Define the currently selected region of the molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

selectionHalos Locate in Contents

alias selhalos ____________________________________________________________

selectionhalos Locate in Contents

alias selhalos ____________________________________________________________

selHalos Locate in Contents

alias selhalos ____________________________________________________________

selhalos Locate in Contents

syntax Locate in Contents

  • selhalos

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set Locate in Contents

syntax Locate in Contents

  • set <parameter> {<option>}

description Locate in Contents

Set one of the properties

details Locate in Contents

examples Locate in Contents

____________________________________________________________

show Locate in Contents

syntax Locate in Contents

  • show information
  • show centre
  • show phipsi
  • show RamPrint
  • show rotation
  • show selected { group | chain | atom }
  • show sequence
  • show symmetry
  • show translation
  • show zoom

description Locate in Contents

Display details of the status of the currently loaded molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

skyground Locate in Contents

syntax Locate in Contents

  • skygroundboolean
  • [Right Click Menu]->Overlay->Sky/Ground

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->Sky/Ground toggles a call toskyground true|false

____________________________________________________________

slab Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enables, disables or positions the z-clipping plane of the molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

source Locate in Contents

alias script

____________________________________________________________

spacefill Locate in Contents

syntax Locate in Contents

  • spacefillboolean
  • spacefill temperature
  • spacefill user
  • spacefillfloat
  • [Right Click Menu]->Style->Ball and Stick
  • [Right Click Menu]->Style->Space Filling
  • [Right Click Menu]->Style->Formula

description Locate in Contents

Represent all of the currently selected atoms as solid spheres.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Ball and Stick includes a call tospacefill 0.3
  • [Right Click Menu]->Style->Space Filling includes a call tospacefill true
  • [Right Click Menu]->Style->Formula includes a call tospacefill false

____________________________________________________________

Spanish Locate in Contents

syntax Locate in Contents

  • Spanish

description Locate in Contents

Sets the menus and messages to the Spanish versions.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spanish Locate in Contents

alias Spanish

____________________________________________________________

spin Locate in Contents

syntax Locate in Contents

  • spinboolean
  • [Right Click Menu]->Animate->Spin

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Animate->Spin includes a call to togglespin true|false____________________________________________________________

srcInline Locate in Contents

alias inline ____________________________________________________________

srcinline Locate in Contents

alias inline

____________________________________________________________

set_ssbonds Locate in Contents

alias ssbonds

____________________________________________________________

star Locate in Contents

syntax Locate in Contents

description Locate in Contents

Represent all of the currently selected atoms as stars (six strokes, one each in the x, -x, y, -y, z and -z directions).

details Locate in Contents

examples Locate in Contents

____________________________________________________________

startspin Locate in Contents

alias spin

____________________________________________________________

status Locate in Contents

syntax Locate in Contents

  • status

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

stereo Locate in Contents

syntax Locate in Contents

description Locate in Contents

Provides side-by-side stereo display of images.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

set_strands Locate in Contents

alias strands

____________________________________________________________

structure Locate in Contents

syntax Locate in Contents

  • structure

description Locate in Contents

Calculates secondary structure assignments for the currently loaded protein

details Locate in Contents

examples Locate in Contents

____________________________________________________________

subset Locate in Contents

syntax Locate in Contents

  • subset

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

surface Locate in Contents

syntax Locate in Contents

description Locate in Contents

Renders a Lee-Richards molecular surface resulting from rolling a probe atom on the selected atoms.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

trace Locate in Contents

syntax Locate in Contents

description Locate in Contents

Displays a smooth spline between consecutive alpha carbon positions.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

translate Locate in Contents

syntax Locate in Contents

  • translate <axis> {-}float

description Locate in Contents

Moves the position of the centre of the molecule on the screen.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

translateSelected Locate in Contents

alias transsel ____________________________________________________________

translateselected Locate in Contents

alias transsel ____________________________________________________________

transSel Locate in Contents

alias transsel ____________________________________________________________

transsel Locate in Contents

syntax Locate in Contents

  • transsel

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

unbond Locate in Contents

syntax Locate in Contents

description Locate in Contents

Remove a bond

details Locate in Contents

Removes the designated bond from the drawing.

The command 'unbond' without arguments removes a bond previously picked by the 'bond positive-integer positive-integer pick' command.

examples Locate in Contents

____________________________________________________________

set_unitcell Locate in Contents

alias unitcell ____________________________________________________________

unpause Locate in Contents

alias resume

____________________________________________________________

vector Locate in Contents

syntax Locate in Contents

  • vector

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

vectors Locate in Contents

alias vector

____________________________________________________________

vibration Locate in Contents

syntax Locate in Contents

  • vibration

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

view Locate in Contents

syntax Locate in Contents

  • view

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

viewsrc Locate in Contents

syntax Locate in Contents

  • viewsrc
  • [Right Click Menu]->View CML Source

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->View CML Source includes a call toviewsrc____________________________________________________________

wait Locate in Contents

alias pause

____________________________________________________________

wireframe Locate in Contents

syntax Locate in Contents

  • wireframeboolean
  • wireframefloat{}
  • [Right Click Menu]->Style->Ball and Stick
  • [Right Click Menu]->Style->Space Filling
  • [Right Click Menu]->Style->Formula

description Locate in Contents

Represents each bond within the selected region of the molecule as a cylinder, a line or a depth-cued vector.

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Style->Ball and Stick includes a call towireframe 0.1
  • [Right Click Menu]->Style->Space Filling includes a call towireframe 0.1
  • [Right Click Menu]->Style->Formula includes a call towireframe false

____________________________________________________________

write Locate in Contents

syntax Locate in Contents

  • write {<format>} <filename>

description Locate in Contents

Write the current image to a file in a standard format.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

xygrid Locate in Contents

syntax Locate in Contents

  • xygridboolean
  • [Right Click Menu]->Overlay->xy Grid

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->xy Grid toggles a call toxygrid true|false

____________________________________________________________

xzgrid Locate in Contents

syntax Locate in Contents

  • xzgridboolean
  • [Right Click Menu]->Overlay->xz Grid

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->xz Grid toggles a call toxzgrid true|false

____________________________________________________________

yzgrid Locate in Contents

syntax Locate in Contents

  • yzgridboolean
  • [Right Click Menu]->Overlay->yz Grid

description Locate in Contents

details Locate in Contents

examples Locate in Contents

  • [Right Click Menu]->Overlay->yz Grid toggles a call toyzgrid true|false

____________________________________________________________

zap Locate in Contents

syntax Locate in Contents

  • zap

description Locate in Contents

Deletes the contents of the current database and resets parameter variables to their initial default state.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

zoom Locate in Contents

syntax Locate in Contents

description Locate in Contents

Change the magnification of the currently displayed image. Boolean parameters either magnify or reset the scale of current molecule. An integer parameter specifies the desired magnification as a percentage of the default scale. The minimum parameter value is 10; the maximum parameter value is dependent upon the size of the molecule being displayed. For medium sized proteins this is about 500.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

zoomTo Locate in Contents

alias zoomto ____________________________________________________________

zoomto Locate in Contents

syntax Locate in Contents

  • zoomtotimeSeconds percentZoom
  • [Right Click Menu]->Navigate->Zoom In
  • [Right Click Menu]->Navigate->Zoom Out where [time-in-seconds] is in (seconds) [percent-zoom] is an (integer, 5 to 200000)

description Locate in Contents

Carries out a smooth transition to the specified zoom setting. Indicating a new rotation center is optional.

details Locate in Contents

zoomto

By itself, zoomTo smoothly zooms IN by a factor of 2 over the course of 1 second.

zoomto OUT

Smoothly zooms OUT by a factor of 2 over the course of 1 second.

zoomto [time-in-seconds] (atom expression) or {x y z}

Smoothly moves the specified atom or coordinate to the center of the window if windowCentered or designates it as the center of rotation if not windowCentered. If the atom is already the rotation center, then this command zooms in on the atom by a factor of two. All parameters are options. The default time is 1 second; indicating no center position results in simple, smooth zooming; indicating no zoom defaults to twice the current zoom setting.

zoomto [time-in-seconds] (atom expression) or {x y z} [percent-zoom]

Smoothly transitions to the indicated zoom setting over the course of the specified number of seconds.

zoomto [time-in-seconds] (atom expression) or {x y z} + or - delta

Adds or subtracts an absolute amount from the current zoom setting over the course of the specified number of seconds.

zoomto [time-in-seconds] (atom expression) or {x y z} * or / factor

Multiplies or divides the current zoom setting by the indicated factor over the course of the specified number of seconds.

zoomto [time-in-seconds] (atom expression) or {x y z} 0

Zooms to the setting that fills the screen with the designated atoms. (Requires set perspectiveModel 11 for proper operation.) Can include modifiers +n, -n, *n, /n after the 0.

examples Locate in Contents

  • [Right Click Menu]->Navigate->Zoom In includes a call tozoomto
  • [Right Click Menu]->Navigate->Zoom Out includes a call tozoomto OUT

end_methods Locate in Contents

Properties Locate in Contents

____________________________________________________________

ambient Locate in Contents

syntax Locate in Contents

description Locate in Contents

The amount of ambient light in a scene, between 0 and 100 per cent intensity of the darkest shade.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

animfps Locate in Contents

alias spinfps ____________________________________________________________

animmode Locate in Contents

syntax Locate in Contents

  • animmode { loop | once | palindrome }

description Locate in Contents

Sets the animation mode

details Locate in Contents

examples Locate in Contents

____________________________________________________________

axes Locate in Contents

syntax Locate in Contents

description Locate in Contents

Show or hide orthogonal co-ordinate axes.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

backfade Locate in Contents

syntax Locate in Contents

description Locate in Contents

Fade to the background colour, rather than black.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

background Locate in Contents

alias bgcolour ____________________________________________________________

bgcolor Locate in Contents

alias bgcolour ____________________________________________________________

bgcolor3d Locate in Contents

alias bgcolour ____________________________________________________________

bgcolour Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the colour of the "canvas" background.

details Locate in Contents

The colour may be given as either a colour name or a comma separated triple of Red, Green and Blue (RGB) components enclosed in square brackets.

examples Locate in Contents

____________________________________________________________

bgcolor3d Locate in Contents

alias bgcolour

____________________________________________________________

bondmode Locate in Contents

syntax Locate in Contents

  • bondmode [and | or | all | none | not bonded]

description Locate in Contents

Determines how bonds are selected.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

bonds Locate in Contents

syntax Locate in Contents

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

boundbox Locate in Contents

syntax Locate in Contents

description Locate in Contents

Show or hide bounding box of molecule

details Locate in Contents

examples Locate in Contents

____________________________________________________________

caption Locate in Contents

syntax Locate in Contents

  • caption value

description Locate in Contents

Set the caption text, written at the top of the window..

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cartoon Locate in Contents

syntax Locate in Contents

description Locate in Contents

Show or hide the cartoon version of the "ribbons" display. The number sets the cartoon depth.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cartoons Locate in Contents

alias cartoon

____________________________________________________________

charge Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set atomic charge on selected atoms.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

cisangle Locate in Contents

syntax Locate in Contents

description Locate in Contents

Cutoff angle for identifying cis peptide bonds, defaults to 90 degrees.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

clear Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the blending colour.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

delay Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable or disable subsequent delay commands in a script.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

display Locate in Contents

syntax Locate in Contents

  • display [ selected | normal ]

description Locate in Contents

Switch highlighting of selected portions of the molecule.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

display2d Locate in Contents

syntax Locate in Contents

description Locate in Contents

Display in a two dimensional rendering.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

display3d Locate in Contents

syntax Locate in Contents

  • display3d { backbone | ball&stick | cartoons | ribbons | spacefill | sticks | strands | wireframe }

description Locate in Contents

Switch the 3D rendering mode.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

fgcolor Locate in Contents

alias fgcolour ____________________________________________________________

fgcolour Locate in Contents

syntax Locate in Contents

description Locate in Contents

details Locate in Contents

examples Locate in Contents

____________________________________________________________

fontsize Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the pixel height of label characters. FS or PS are fixed or proportional spacing.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

fontstroke Locate in Contents

syntax Locate in Contents

description Locate in Contents

Size of stroke width.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

gaussian Locate in Contents

syntax Locate in Contents

description Locate in Contents

Contour level used when reading gaussian files, in Angstroms, default 0.2

details Locate in Contents

examples Locate in Contents

____________________________________________________________

groundcolor Locate in Contents

alias groundcolour ____________________________________________________________

groundcolour Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the colour depicting ground in the sky-ground background. Default is green.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

hbonds Locate in Contents

syntax Locate in Contents

  • hbonds [ backbone | sidechain ]

description Locate in Contents

Draw hydrogen bonds either between donor/acceptor, or between the backbone atoms of a protein or nucleic acid.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

hetero Locate in Contents

syntax Locate in Contents

description Locate in Contents

Switch whether selections include heterogenous atoms.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

hourglass Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable or disable the use of the "busy" cursor.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

hydrogen Locate in Contents

syntax Locate in Contents

description Locate in Contents

Whether or not selections include hydrogens.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

kinemage Locate in Contents

syntax Locate in Contents

description Locate in Contents

Amount of detail in a written kinemage file.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

load_check Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set whether the same molecule can be re-loaded.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

menu Locate in Contents

alias menus ____________________________________________________________

menus Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable the menu buttons, or bar.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

mep Locate in Contents

syntax Locate in Contents

  • mep [ mode | distance | function ]float

description Locate in Contents

Various settings for MEP texture mapping

details Locate in Contents

examples Locate in Contents

____________________________________________________________

mlp Locate in Contents

syntax Locate in Contents

  • mlp [ mode | distance | function ]float

description Locate in Contents

Various settings for MLP texture mapping

details Locate in Contents

examples Locate in Contents

____________________________________________________________

mimetype Locate in Contents

syntax Locate in Contents

  • mimetype value

description Locate in Contents

The MIME type of the molecular data.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

monitor Locate in Contents

syntax Locate in Contents

description Locate in Contents

Allows the display of distance monitors, which are dashed lines between atom pairs.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

monitors Locate in Contents

alias monitor

____________________________________________________________

mouse Locate in Contents

syntax Locate in Contents

  • mouse [ rasmol | insight | quanta ]

description Locate in Contents

Sets the navigation characteristics of mouse movement.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

move_anim Locate in Contents

syntax Locate in Contents

description Locate in Contents

Switches on or off animation of subsequent moves.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

picking Locate in Contents

syntax Locate in Contents

description Locate in Contents

How molecules are interacted with on the screen.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

radius Locate in Contents

syntax Locate in Contents

description Locate in Contents

Sets the radius of the probe sphere ( solvent ) used to calculate the "dots" solvent accessibility surface. An integer value is in rasmol units, a float value is in Angstroms.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

shadepower Locate in Contents

syntax Locate in Contents

description Locate in Contents

A percentage between 0 and 100 governing how shiny objects appear.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

shadow Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enables or disables ray-tracing.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

skycolor Locate in Contents

alias skycolour ____________________________________________________________

skycolour Locate in Contents

syntax Locate in Contents

description Locate in Contents

Sets the sky colour in the sky-ground background. Default blue.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

slabmode Locate in Contents

syntax Locate in Contents

  • slabmode [reject | half | hollow | solid | section]

description Locate in Contents

Controls how objects appear if they are cut by the z-clipping plane ( i.e. objects that are partially too near or too far to be seen ).

details Locate in Contents

examples Locate in Contents

____________________________________________________________

solvent Locate in Contents

syntax Locate in Contents

description Locate in Contents

Switches the "dots" function between van der Waals and solvent accessible surface.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

specpower Locate in Contents

syntax Locate in Contents

description Locate in Contents

Between 0 and 100 adjust the strength of specular highlighting.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

specular Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable or disable specular highlights on solid objects.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spinning Locate in Contents

syntax Locate in Contents

description Locate in Contents

Turn on or off spinning.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spinfps Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set spin frames per second.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spinx Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the speed of spinning around the x-axis, in degrees per second.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spiny Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the speed of spinning around the y-axis, in degrees per second.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

spinz Locate in Contents

syntax Locate in Contents

description Locate in Contents

Set the speed of spinning around the z-axis, in degrees per second.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

ssbonds Locate in Contents

syntax Locate in Contents

  • ssbondsboolean
  • ssbonds [backbone | sidechain]

description Locate in Contents

Controls how sulphur-sulphur bonds are calculated and displayed.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

stereoview Locate in Contents

syntax Locate in Contents

description Locate in Contents

Controls viewing of side-by-side stereo images. The float value is the seperation angle between the two views. Positive angles are cross-eyed, negative are wall-eyed.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

strands Locate in Contents

syntax Locate in Contents

description Locate in Contents

Number of strands in a ribbon.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

title Locate in Contents

alias caption

____________________________________________________________

transparent Locate in Contents

syntax Locate in Contents

description Locate in Contents

Controls whether subsequent write gif commands produce transparent backgrounds.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

unitcell Locate in Contents

syntax Locate in Contents

description Locate in Contents

Switch on or off the display of the crystallographic unit cell.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

vectps Locate in Contents

syntax Locate in Contents

description Locate in Contents

Enable or disable black outlining in postscript output files.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

write Locate in Contents

syntax Locate in Contents

description Locate in Contents

Allow or deny file writing from within scripts.

details Locate in Contents

examples Locate in Contents

____________________________________________________________

zoom_center Locate in Contents

alias zoom_centre ____________________________________________________________

zoom_centre Locate in Contents

syntax Locate in Contents

description Locate in Contents

Translate the centre of rotation to the centre of the screen.

details Locate in Contents

examples Locate in Contents

end_properties Locate in Contents