Line width

From PyMOLWiki
Revision as of 16:12, 6 July 2009 by Inchoate (talk | contribs) (Created page with '= Overview = Controls the width that PyMOL draws lines. = Sytnax = <source lang="python"> # set line width set line_width, value # set line_width to value for object or selecti...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Controls the width that PyMOL draws lines.

Sytnax

# set line width
set line_width, value

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

# Example
load $TUT/1hpv.pdb
as lines
remove het
set line_width, 10

# or on a bond-by-bond basis,
set_bond line_width, 7, i. 20-30

See Also