Line smooth

From PyMOLWiki
Revision as of 12:59, 2 September 2008 by Inchoate (talk | contribs)
(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

This is a display setting.

The line_smooth setting determines whether lines are antialiased. The default is to use antialiased lines.

Syntax

To turn off antialiasing:

set line_smooth, 0

To turn on antialising (default):

set line_smooth, 1

From python:

cmd.set('line_smooth', '0')

or

cmd.set('line_smooth', '1')