Connect mode: Difference between revisions

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 edit summary
Line 5: Line 5:
* 0 = distance-based and CONECT records
* 0 = distance-based and CONECT records
* 1 = CONECT records
* 1 = CONECT records
* 2 = distance-based
* 2 = distance-based, ignores CONECT records
* 3 = (who knows, the code is complicated)
* 3 = (who knows, the code is complicated)


Line 16: Line 16:


= See Also =
= See Also =
[[Load]]
[[Category:Settings]]

Revision as of 13:46, 12 April 2011

Overview

Sets how bonds are made when loading a file.

Values:

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

Syntax

# ignore CONECT records
set connect_mode, 2

See Also

Load