This is a read-only mirror of pymolwiki.org

Difference between revisions of "Connect mode"

From PyMOL Wiki
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…')
 
(2 intermediate revisions by the same user not shown)
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 = CONECT records and distance
  
 
= Syntax =
 
= Syntax =
Line 16: Line 16:
  
 
= See Also =
 
= See Also =
 +
[[Load]]
 +
 +
test
 +
 +
[[Category:Settings]]

Revision as of 23:10, 3 December 2012

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 = CONECT records and distance

Syntax

# ignore CONECT records
set connect_mode, 2

See Also

Load

test