Connect mode

From PyMOLWiki
Revision as of 16:02, 22 April 2010 by Cowsandmilk (talk | contribs) (Created page with '= Overview = Sets how bonds are made when loading a file. Values: * 0 = distance-based and CONECT records * 1 = CONECT records * 2 = distance-based * 3 = (who knows, the code is…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Sets how bonds are made when loading a file.

Values:

  • 0 = distance-based and CONECT records
  • 1 = CONECT records
  • 2 = distance-based
  • 3 = (who knows, the code is complicated)

Syntax

# ignore CONECT records
set connect_mode, 2

See Also