Set bond

From PyMOLWiki
Revision as of 16:12, 6 July 2009 by Inchoate (talk | contribs) (Created page with '= Overview = Set_bond sets properties on bonds. This is usually some atom-connecting property like Line_width or line_color. = Syntax = <source lang="python"> # set...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

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

Syntax

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

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

See Also