Difference between revisions of "Connect mode"

From PyMOLWiki
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 16:02, 22 April 2010

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