Difference between revisions of "Set bond"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
= Overview =
+
 
 
[[Set_bond]] sets properties on ''bonds''.  This is usually some atom-connecting property like [[Line_width]], [[line_color]], [[Stick_radius]].
 
[[Set_bond]] sets properties on ''bonds''.  This is usually some atom-connecting property like [[Line_width]], [[line_color]], [[Stick_radius]].
  

Latest revision as of 14:46, 17 November 2009

Set_bond sets properties on bonds. This is usually some atom-connecting property like Line_width, line_color, Stick_radius.

Line_width was set to 10 for residues 1-10

Syntax

# set settingName to value for object or selection objSel
set_bond settingName, value, objSel

Examples

# Example
load $TUT/1hpv.pdb
remove het
as lines
color blue
set_bond line_with, 5, i. 1-10

See Also