Half bonds

From PyMOLWiki
Revision as of 15:42, 30 June 2006 by Dberner (talk | contribs) (fixed syntax error)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The half_bonds setting determines whether a half bond will be drawn between visible and hidden atoms.

Stick representation of a glycine showing half bond.
Stick representation of a glycine without half bond (default).

Syntax

set half_bonds, boolean

Where boolean may be one of:

0 0.0 off false

or:

1 1.0 on true

Example

To turn on half bonds:

set half_bonds, 1

To turn off half bonds (default):

set half_bonds, off